dapr: 'purrr'-Like Apply Functions Over Input Elements

An easy-to-use, dependency-free set of functions for iterating over elements of various input objects. Functions are wrappers around base apply()/lapply()/vapply() functions but designed to have similar functionality to the mapping functions in the 'purrr' package <https://purrr.tidyverse.org/>. Specifically, function names more explicitly communicate the expected class of the output and functions also allow for the convenient shortcut of '~ .x' instead of the more verbose 'function(.x) .x'.

Getting started

Package details

AuthorMichael W. Kearney [aut, cre] (<https://orcid.org/0000-0002-0730-4694>)
MaintainerMichael W. Kearney <kearneymw@missouri.edu>
LicenseGPL-3
Version0.0.3
URL https://github.com/mkearney/dapr
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("dapr")

Try the dapr package in your browser

Any scripts or data that you put into this service are public.

dapr documentation built on May 7, 2019, 1:01 a.m.