gestalt: Tools for Making and Combining Functions (original) (raw)

Provides a suite of function-building tools centered around a (forward) composition operator, %>>>%, which extends the semantics of the 'magrittr' %>% operator and supports 'Tidyverse' quasiquotation. It enables you to construct composite functions that can be inspected and transformed as list-like objects. In conjunction with %>>>%, a compact function constructor, fn(), and a partial-application constructor, partial(), are also provided; both support quasiquotation.

Version: 0.2.0
Depends: R (≥ 3.3.0)
Imports: rlang (≥ 1.0.0), utils
Suggests: magrittr (≥ 1.5), testthat (≥ 3.0.0), knitr, rmarkdown
Published: 2022-08-22
DOI: 10.32614/CRAN.package.gestalt
Author: Eugene Ha [aut, cre]
Maintainer: Eugene Ha
BugReports: https://github.com/egnha/gestalt/issues
License: MIT + file
URL: https://github.com/egnha/gestalt
NeedsCompilation: no
Materials: NEWS
CRAN checks: gestalt results

Documentation:

Downloads:

Linking:

Please use the canonical formhttps://CRAN.R-project.org/package=gestaltto link to this page.