MultiprocessFuture-class | R Documentation |
A multiprocess future is a future whose value will be resolved asynchronously in a parallel process
MultiprocessFuture(expr = NULL, substitute = TRUE, envir = parent.frame(), ...)
expr |
An R expression. |
substitute |
If TRUE, argument |
envir |
The environment from where global objects should be identified. |
... |
Additional named elements passed to |
MultiprocessFuture()
returns an object of class MultiprocessFuture
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.