mkearney/ifl: '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

Maintainer
LicenseGPL-3
Version0.0.4
URL https://github.com/mkearney/dapr
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("mkearney/ifl")
mkearney/ifl documentation built on June 29, 2019, 7:33 a.m.