Data Challenge Lab Home

purrr map with multiple inputs [program]

(Builds on: purrr in mutate)

In purrr basics, you learned about purrr’s map functions, which can iterate over a single vector. In this unit, you’ll learn about purrr functions that can iterate over multiple vectors in parallel.

Readings