future_options {furrr} | R Documentation |
Deprecated furrr options
Description
As of furrr 0.3.0, future_options()
is defunct in favor of
furrr_options()
.
Usage
future_options(globals = TRUE, packages = NULL, seed = FALSE, scheduling = 1)
Arguments
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 |
Examples
try(future_options())