powered by
Tweak a future function by adjusting its default arguments
tweak(strategy, ..., penvir = parent.frame())
a future function.
An existing future function or the name of one.
Named arguments to replace the defaults of existing arguments.
The environment used when searching for a future function by its name.
Use plan() to set a future to become the new default strategy.
plan()