knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

ezPurrr

R-CMD-check

ezPurrr is a facilitating package for purrr. It has straightforward sample() functions to sampling from a nested data set (with a list column for the data). It can also easily broadcast() a written function to all other rows of the data set (all data groups).

Installation

You can install the development version of ezPurrr like so:

# install.packages("remotes") # if not previously installed
remotes::install_github("wanjiag/ezPurrr")

Example

Vignette

For more in-depth examples, please see the full documentation and the getting started vignette



wanjiag/ezPurrr documentation built on May 10, 2022, 9:32 p.m.