checkCores | R Documentation |
Number of core checks and changes
checkCores(cores = NULL)
cores |
Integer specifying the number of CPU cores used for parallel computation. Recommended to be set to the number of physical cores on the machine minus one. |
An integer with the number of cores.
checkCores()
checkCores(2)
suppressWarnings(checkCores(1000))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.