View source: R/guessNumCores.R
guessNumCores | R Documentation |
Attempts to guess the number of CPU ‘cores’, both physical and logical.
guessNumCores(logical = FALSE)
logical |
A logical value. When |
Because of different definitions of cores used by different manufacturers, the distinction between logical and physical cores is not universally recognized. This function will attempt to use operating system definitions when available, which should usually match the CPU itself.
An integer, or NA if no clear answer was obtained.
Vincent Dorie: vdorie@gmail.com.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.