Skip to content
Prev 167172 / 398502 Next

Partial function application in R

Well, 

it looks like it's a perfectly correct approach to bind functions writing
their wrappers by hand.
But I don't want to write them by hand every time I need them.
Being lambda expression, function() is most general, but there must be some
kind of shorter way for such a common task as partial application.
David Winsemius wrote: