Rdocumentation
powered by
Learn R Programming
future (version 1.1.0)
tweak: Tweaks a future function by adjusting its default arguments
Description
Tweaks a future function by adjusting its default arguments
Usage
tweak(strategy, ..., penvir = parent.frame())
Arguments
strategy
An existing future function or the name of one.
penvir
The environment used when searching for a future function by its name.
...
Named arguments to replace the defaults of existing arguments.
Value
a future function.
See Also
Use
plan
()
to set a future to become the new default strategy.