Lesson 8 - Import Data
What you will learn in this lesson:
β’ How to manipulate files and folders in RStudio.
β’ How to load a package.
β’ How to load a package.
β’ How to import a CSV file.
β’ How to import an Excel file.
β’ How to import an OpenDocument (OpenOffice/LibreOffice) file.
β’ How to work with file paths with projects.
β’ How to manipulate files and folders in RStudio.
β’ How to load a package.
β’ How to load a package.
β’ How to import a CSV file.
β’ How to import an Excel file.
β’ How to import an OpenDocument (OpenOffice/LibreOffice) file.
β’ How to work with file paths with projects.
So far we:
- created a project
- installed the Tidyverse
We are now ready to work on new data. Letβs start by importing some.
To match the experience you will have working with real data, I purposely did not prepare the data beforehand. In this lesson and in the next one, we will learn how to import and how to prepare data.