View source: R/ClusterMQFuture-class.R
ClusterMQFuture | R Documentation |
A clustermq future is a future whose value will be resolved via clustermq
ClusterMQFuture( expr = NULL, envir = parent.frame(), substitute = TRUE, globals = TRUE, packages = NULL, label = NULL, workers = Inf, ... )
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 clustermq backend may use at any time. |
... |
Additional arguments passed to |
A ClusterMQFuture object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.