Return system random access memory (RAM) information
Usage
ram(type = c("total", "free"), units = "GB", digits = 0L)
Arguments
- type
character(1)
. Type of RAM to return, either"total"
or"free"
.- units
character(1)
. Size format.- digits
integer(1)
. Number of significant digits to include.