Learn R Programming

functools (version 0.2.0)

Partial: Partial apply a function, filling in some arguments.

Description

Wrapper for partial.

Usage

Partial(...)

Arguments

...
Arguments to be passed to partial.

See Also

partial for code and documentation.

Other function operators: Compose, %O%; Fail_With; Memoise; Reduce_Right