multicore | R Documentation |
multicore()
registers cores for parallel processing.
multicore(cores = 1, type, cl = NULL)
cores |
Number of cores to be used. An integer. Default is |
type |
Whether to start or end parallel processing. A character string.
The possible values are |
cl |
The registered cluster. Default is |
No return value, called to register or un-register clusters for parallel processing.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.