Brandon Hurr on using the map & walk functions in the purrr package

Brandon Hurr gave a great tutorial & presentation on using the purrr package, and specifically on using the two key function families map and walk functions. From Brandon:

Overview

map() and walk() and their derivatives are functional programming tools that are part of the tidyverse set of packages, and in particular the purrr package.

The presentation and tutorial cover the following:

Slide Presentation:

Materials

Important tips