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
Try Google Cloud Risk-Free With $300 in Credit
Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of purrr!