Learn R Programming

functional (version 0.6)

Curry, Compose, and other higher-order functions

Description

Curry, Compose, and other higher-order functions

Copy Link

Version

Install

install.packages('functional')

Monthly Downloads

3,030

Version

0.6

License

GPL (>= 2)

Maintainer

Last Published

July 16th, 2014

Functions in functional (0.6)

Compose

Compose an arbitrary number of functions.
CurryL

Lazy curry; thanks, Jamie!
Identity

Identity function.
multi.argument.Compose

Composition with multiple arguments.
Swap

Thanks, Gabor; see : swaps the first two arguments in a function.
Curry

Pre-specify a procedures named parameters, returning a new procedure.
Negate

Negate a function; borrowed from src/library/base/R/funprog.R for pre-2.7 Rs.