Import and Export Data
Slides in full screen | Download PDF slides
TipExercises
Go to the task page for the exercises.
Resources
- Data import cheatsheet: A handy reference for importing data from text files, Excel files or Google Sheets into R.
- readr package: Documentation for the readr package to read text files
- readxl package: Documentation for the readxl package to read Excel files
- writexl package: Documentation for the writexl package to write Excel files
- haven package: Documentation for the haven package to read and write SPSS, Stata, and SAS files
- googlesheets4 package: Documentation for the googlesheets4 package to read and write Google Sheets