View source: R/parallel_helpers.R
makePlan | R Documentation |
Make a plan for the future parallel backend
makePlan(ncores)
ncores |
number of cores |
This function gets the number of cores set by user and subsequently makes a plan that is operating system dependent. If it is on windows, it uses multisession since forks are not an option. Otherwise it uses multicore. If you would like to pass a custom plan.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.