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

The most important R package we will introduce this week is called purrr, which you can read more about by clicking here

Additional Resources: