future (version 1.33.2)

tweak: Tweak a future function by adjusting its default arguments

Description

Tweak a future function by adjusting its default arguments

Usage

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

Value

a future function.

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.

See Also

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