farray_parallel | R Documentation |
farray
Enable parallel processing, need dipsaus
to be installed.
For "callr"
strategy, please also install future.callr
.
farray_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 |
Current parallel strategy
Zhengjia Wang
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.