lazy_parallel | R Documentation |
LazyArray
Enable parallel processing, need dipsaus
to be installed.
For "callr"
strategy, please also install future.callr
.
lazy_parallel(
strategy = c("multisession", "multicore", "multiprocess", "cluster", "remote",
"callr"),
enabled = TRUE,
workers = "auto",
...
)
strategy |
strategies to apply, see |
enabled |
whether multiple-process strategy is enabled |
workers |
positive integer or |
... |
Further passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.