fc: A Package for Generalized Function Composition Using Standard Evaluation

06/28/2018
by   Xiaofei Wang, et al.
0

In this article, we present a new R package fc that provides a streamlined, standard evaluation-based approach to function composition. Using fc, a sequence of functions can be composed together such that returned objects from composed functions are used as intermediate values directly passed to the next function. Unlike with magrittr and purrr, no intermediate values need to be stored. When benchmarked, functions composed using fc achieve favorable runtimes in comparison to other implementations.

READ FULL TEXT

Please sign up or login with your details

Forgot password? Click here to reset