Learn R Programming

gestalt (version 0.2.0)

Tools for Making and Combining Functions

Description

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.

Copy Link

Version

Install

install.packages('gestalt')

Monthly Downloads

221

Version

0.2.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Eugene Ha

Last Published

August 22nd, 2022

Functions in gestalt (0.2.0)

constant

Values as Functions
partial

Fix a Number of Arguments to a Function
compose

Compose Functions
gestalt-package

gestalt: Tools for Making and Combining Functions
context

Run an Action in an Ordered Context
posure

Variable Composite Functions
fn

Function Declarations with Quasiquotation