September 2017
Beginner to intermediate
560 pages
25h 18m
English
Download the files for this chapter and store the auto-mpg.csv file in your R working directory. Read the data using the following command:
> auto <- read.csv("auto-mpg.csv", stringsAsFactors=FALSE)
The same subsetting principles apply for vectors, lists, arrays, matrices, and data frames. We illustrate with data frames.
Read now
Unlock full access