knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
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).
You can install the development version of ezPurrr like so:
# install.packages("remotes") # if not previously installed remotes::install_github("wanjiag/ezPurrr")
For more in-depth examples, please see the full documentation and the getting started vignette
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.