1. Learn
  2. /
  3. Courses
  4. /
  5. Data Analysis and Statistical Inference

Exercise

Using the help function

You might wonder how you are supposed to know that it was possible to add that third argument?

Thankfully, R documents all of its functions extensively. To read what a function does, and learn the arguments that are available to you, just type in a question mark followed by the name of the function in the console!

Instructions

100 XP

Have a look at the documentation of the read.table() function by typing code in the console. When you're done, click the "Submit Answer" button.