Module 8 - Advanced R Programming
Learning Objectives
- Different function types and reusing code
- Iteration and flow control with purrr
- Applications of iteration to data processing
- Learn important concepts from base R
Readings
- RDS (R for Data Science): Chapters 25-27
The most important R package we will introduce this week is called purrr, which you can read more about by clicking here