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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of purrr!