purrr enhances R’s functional programming capabilities by providing a consistent set of tools for working with lists and vectors, enabling safer and more expressive iteration compared to base R’s loop functions.
Features
- map(), map2(), pmap() functions for iteration over vectors and lists
- walk() for side-effects (e.g., plotting) without return values
- map_if(), map_at() for conditional or scoped mapping
- Function wrappers: safely(), quietly(), possibly() for robust execution
- Consistent output: lists, vectors, data frames via map_df()
- Integrates with tidyverse pipelines and plays well with dplyr
Categories
Software DevelopmentLicense
MIT LicenseFollow purrr
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of purrr!