September 2017
Beginner to intermediate
560 pages
25h 18m
English
Read the data-conversion.csv file and store it in the working directory of your R environment. Install the dummies package. Then read the data:
> install.packages("dummies") > library(dummies) > students <- read.csv("data-conversion.csv")
Read now
Unlock full access