plan_future | R Documentation |
This function is a wrapper for plan
to set the
parallel processing plans for running simulations in R.
plan_future( .plan = c("sequential", "multisession"), .n_cores = future::availableCores() - 1, ... )
.plan |
A call to |
.n_cores |
Numeric scalar or call to
|
... |
Other parameters passed to the
|
Sets the parallel processing plan for resolving futures. See
plan
for output.
## Not run: plan_future("multisession", 3) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.