tweak | R Documentation |
Tweak a future function by adjusting its default arguments
tweak(strategy, ..., penvir = parent.frame())
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. |
a future function.
Use plan()
to set a future to become the
new default strategy.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.