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