Appendices
B
Datasets
R for Novice Programmers (1e)
Welcome
Introduction
1
Overview of R and RStudio
2
Download and Install R and RStudio
3
Navigating the R and RStudio interfaces
4
Managing your files and data
5
Importing data and saving analysis outputs
6
Basic arithmetic, arithmetic operators, and variables
7
The primary types of operators in R
8
Data Types
9
Vectors
10
Data Structures (Part I)
11
Data Structures (Part II)
12
Handling missing data
Conclusion
References
Appendices
A
Resources for Learning R
B
Datasets
Table of contents
B.1
Files
Edit this page
Report an issue
Appendices
B
Datasets
Appendix B — Datasets
Datasets for use in the section
“Importing data and saving analysis outputs”
B.1
Files
Microsoft Excel Worksheet (.xlsx)
Microsoft Excel Worksheet (97-2003) (.xls)
Comma Separated Values (.csv)
OpenDocument Spreadsheet (.ods)
Text File (.txt)
A
Resources for Learning R