stenhaug/purrrplus: Expands the functionality of purrr by executing functions safely while maintaining the structure of a data frame.

The beauty of the tidyverse is that it allows you to more often work within data frames which have a clean structure. However, both running a function safely (which returns a list) and using pmap make it a bit more troublesome to keep analysis within the structure of a data frame. purrrplus adds functionality to purrr that keeps analyis cleanly within the structure of a data frame. This is useful for running simulations and specific types of data analysis tasks.

Getting started

Package details

Maintainer
LicenseGPL-2
Version0.0.0.9000
URL https://github.com/stenhaug/purrrplus
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("stenhaug/purrrplus")
stenhaug/purrrplus documentation built on Jan. 30, 2021, 6:10 a.m.