Showing 3 of total 3 results (show query)
egnha
gestalt:Tools for Making and Combining Functions
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.
Maintained by Eugene Ha. Last updated 3 years ago.
anonymous-functionsfunction-compositionpartial-applicationquasiquotation
12.8 match 38 stars 5.53 score 18 scriptsegnha
nofrills:Low-Cost Anonymous Functions
Provides a compact variation of the usual syntax of function declaration, in order to support tidyverse-style quasiquotation of a function's arguments and body.
Maintained by Eugene Ha. Last updated 3 years ago.
anonymous-functionscurryinglambda-functionspartial-functionsquasiquotation
10.5 match 40 stars 4.30 score 7 scriptshadley
lazyeval:Lazy (Non-Standard) Evaluation
An alternative approach to non-standard evaluation using formulas. Provides a full implementation of LISP style 'quasiquotation', making it easier to generate code with other code.
Maintained by Hadley Wickham. Last updated 3 years ago.
0.5 match 131 stars 15.74 score 520 scripts 1.8k dependents