Curry {roxygen} | R Documentation |
Pre-specify a procedures named parameters, returning a new procedure.
Curry(FUN, ...)
FUN |
the function to be curried |
... |
the determining parameters |
Thanks, Byron Ellis. https://stat.ethz.ch/pipermail/r-devel/2007-November/047318.html
A new function partially determined