View source: R/furrr-options.R
future_options | R Documentation |
As of furrr 0.3.0, future_options()
is defunct in favor of
furrr_options()
.
future_options(globals = TRUE, packages = NULL, seed = FALSE, scheduling = 1)
globals |
A logical, a character vector, a named list, or |
packages |
A character vector, or |
seed |
A logical, an integer of length |
scheduling |
A single integer, logical, or
This argument is only used if |
try(future_options())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.