partialLeft: FUGU - Function(al/ level) programming in R Partial...

Description Usage Arguments Value

Description

Returns a function partially applied on the left.

Usage

1

Arguments

f

a function

...

arguments list to apply on the left

Value

g st. partialLeft(f,a,b,c)(q,r,s) == f(a,b,c,q,r,s)


VincentToups/fugu documentation built on May 9, 2019, 10:01 p.m.