tweak: Tweak a future function by adjusting its default arguments

Description Usage Arguments Value See Also

View source: R/tweak.R

Description

Tweak a future function by adjusting its default arguments

Usage

1
tweak(strategy, ..., penvir = parent.frame())

Arguments

strategy

An existing future function or the name of one.

...

Named arguments to replace the defaults of existing arguments.

penvir

The environment used when searching for a future function by its name.

Value

a future function.

See Also

Use plan() to set a future to become the new default strategy.


MINATILO/FUTURE documentation built on Dec. 17, 2021, 1:21 a.m.