CRAN

gestalt 0.1.8

Tools for Making and Combining Functions

Released Jun 27, 2019 by Eugene Ha

This package cannot yet be used with Renjin because there was a problem building the package using Renjin's toolchain. View Build Log An older version of this package is more compatible with Renjin.

Dependencies

rlang 0.4.0

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 function that performs partial application, partial(), are also provided. Both support quasiquotation.