check-scalar-hasCpu | R Documentation |
Does the current machine have a sufficient number of CPU cores?
hasCpu(n)
n |
|
TRUE
on success;
FALSE
on failure, with cause set.
Updated 2023-08-10.
## TRUE ====
hasCpu(n = 1L)
## FALSE ====
hasCpu(n = Inf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.