enough_ram | R Documentation |
This function determines if you have enough RAM memory on your system.
enough_ram(how_much = 4e+09)
how_much |
The number of bytes you want to compare against. |
If benchmarkme::get_ram()
fails, this function will return
FALSE
as a save bet.
A logical(1)
indicating whether your system has enough RAM memory.
## Do you have ~ 4 GB in your system?
enough_ram(4e9)
## Do you have ~ 100 GB in your system
enough_ram(100e9)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.