Description Usage Arguments Value
To make parallel processing a possibility but not required, I use an lapply alias which can point at either the base lapply (for no multicore), or it can point to mclapply, and set the options for the number of cores (what mclapply uses). With no argument given, returns intead the number of cpus currently selected.
1 | setLapplyAlias(cores = 0)
|
cores |
Number of cpus |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.