1. Learn
  2. /
  3. Courses
  4. /
  5. Basic Statistics

Exercise

Checking files in your working directory

R has some great convenience functions for checking the files that exist in your current working directory. For instance, list.files() lists all the files that exists in your working directory.

Instructions

100 XP
  • List all the files that exist in your working directory
  • Read in the cars.csv file. Specify the separator to be a ;