View source: R/CallrFutureBackend-class.R
CallrFutureBackend | R Documentation |
A callr future is a future whose value will be resolved via callr
CallrFutureBackend(workers = availableCores(), supervise = FALSE, ...)
workers |
(optional) The maximum number of workers the callr backend may use at any time. |
supervise |
(optional) Argument passed to |
... |
Additional arguments passed to |
A CallrFutureBackend object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.