Data import¶
Learning outcomes
- I am comfortable with the seventh chapter of R for Data Science
- I can read a comma-separated file
For teachers
Teaching goals are:
- Learners have read part the sevent chapter of R for Data Science
- Learners have read a comma-seperated file
Prior question:
- How do you read a file?
Feedback questions:
- How do you read a file?
Why reading a file is important¶
Whenever you have your raw data, you have it in one or more files. To do data transformations, you will first need to read it.
Exercises¶
Exercise 1¶
- Read R for data science, chapter 7 until the exercises of 7.2.4.
- Do these exercises