September 2017
Beginner to intermediate
560 pages
25h 18m
English
From the code files for this chapter, store the data-conversion.csv file in the working directory of your R environment. Then read the data:
> students <- read.csv("data-conversion.csv")
Read now
Unlock full access