ram | R Documentation |
Return system random access memory (RAM) information
ram(type = c("total", "free"), units = "GB", digits = 0L)
type |
|
units |
|
digits |
|
Requires the memuse package to be installed.
numeric(1)
.
Updated 2023-11-10.
memuse package.
https://stackoverflow.com/questions/29787452/
help("object.size")
ram(type = "total", units = "GB")
ram(type = "free", units = "GB")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.