Lazy curry; thanks, Jamie! <https://github.com/klutometis/R-functional/issues/1>
Lazy curry; thanks, Jamie! <https://github.com/klutometis/R-functional/issues/1>
CurryL(FUN, ...)
FUN |
the function to be curried |
... |
the determining parameters |
# day is not defined; thanks, Jamie Folson. CurryL(function(...) match.call(), x=5, y=as.Date(day))(z=as.Date(day,"%Y"))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.