Rdocumentation
powered by
Learn R Programming
functional (version 0.6)
Curry, Compose, and other higher-order functions
Description
Curry, Compose, and other higher-order functions
Copy Link
Link to current version
Version
Version
0.6
0.4
0.2
0.1
Install
install.packages('functional')
Monthly Downloads
3,030
Version
0.6
License
GPL (>= 2)
Maintainer
Peter Danenberg
Last Published
July 16th, 2014
Functions in functional (0.6)
Search all functions
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.