September 2018
Beginner to intermediate
140 pages
2h 52m
English
Steps for Completion:
Outcome:
The complete code is shown as follows:
USStates$Statelower <- as.character(tolower(USStates$State))glimpse(USStates)us_data <- merge(USStates,states_map,by.x="Statelower",by.y="region")head(us_data)
Read now
Unlock full access