Learn R Programming

partialised (version 0.1.1)

extract: Extract or replace arguments for partialised functions

Description

Extract or replace arguments for partialised functions

Usage

# S3 method for partialised
[(x, i, ...)

# S3 method for partialised [(x, i) <- value

# S3 method for partialised [[(x, i, ...)

# S3 method for partialised [[(x, i) <- value

# S3 method for partialised $(x, i)

# S3 method for partialised $(x, i) <- value

Value

[, [[ and $ return arguments.

Arguments

x

Partialised function.

i

Indices specifying arguments to extract or replace.

...

Additional arguments.

value

An object, the new value of the argument.