Skip to content

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

Answers

See the answers here

Note that the answers use chapter 8.2.4.