CallrFuture {future.callr} | R Documentation |
A callr future is a future whose value will be resolved via callr
Description
A callr future is a future whose value will be resolved via callr
Usage
CallrFuture(
expr = NULL,
envir = parent.frame(),
substitute = TRUE,
globals = TRUE,
packages = NULL,
label = NULL,
workers = NULL,
supervise = FALSE,
...
)
Arguments
expr |
The R expression to be evaluated. |
envir |
The environment in which global environment should be located. |
substitute |
Controls whether |
globals |
(optional) a logical, a character vector, a named list, or
a globals::Globals object. If |
label |
(optional) Label of the future. |
workers |
(optional) The maximum number of workers the callr backend may use at any time. |
supervise |
(optional) Argument passed to |
... |
Additional arguments passed to |
Value
A CallrFuture object