Partial: Partial function application.

Description Usage Arguments

View source: R/functional.R

Description

Partial function application.

Usage

1
Partial(fn, ..., .env = parent.frame())

Arguments

fn

Function to apply partially.

...

Arguments that should be applied to fn

.env

the environment of the created function. Defaults to parent.frame.


gschofl/rmisc documentation built on May 17, 2019, 8:54 a.m.