purrr enhances R’s functional programming toolkit by providing a complete and consistent set of tools for working with functions and vectors, such as map() and reduce().
purrr enhances R’s functional programming toolkit by providing a complete and consistent set of tools for working with functions and vectors, such as map()
and reduce()
.
Official CRAN Documentation
https://cran.r-project.org/web/packages/purrr/index.html
Online Resources
- https://purrr.tidyverse.org/
- https://r4ds.had.co.nz/iteration.html
- Cheatsheet provided by RStudio