Readings
Week 6
Readings to be completed before week 6 class.
Required readings
Wickham, H. and G. Grolemund (2016). R for Data Science: Import, Tidy, Transform, Visualize, and Model Data. O’Reilly Media.
https://r4ds.had.co.nz/transform.html
https://r4ds.had.co.nz/workflow-scripts.html
https://r4ds.had.co.nz/tidy-data.html
https://r4ds.had.co.nz/relational-data.html
Additional resources
tidyr tutorial
Tidy data
Non-tidy data
Creating new variables with mutate and ifelse (advanced)
Getting help: reprex 1
Getting help: reprex 2