View source: R/CallrFutureBackend-class.R
callr | R Documentation |
WARNING: This function must never be called.
It may only be used with future::plan()
callr(
...,
workers = availableCores(),
supervise = FALSE,
envir = parent.frame()
)
workers |
The number of processes to be available for concurrent callr futures. |
supervise |
(optional) Argument passed to |
envir |
The environment from where global objects should be identified. |
... |
Additional arguments passed to |
A callr future is an asynchronous multiprocess future that will be evaluated in a background R session.
callr futures rely on the callr package, which is supported on all operating systems.
An object of class CallrFuture
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.