size: Print the Object Size, with Auto Units

Description Usage Arguments

View source: R/size.R View source: R/size.R

Description

Provides an estimate of the memory that is being used to store an R object. Similar to object.size, but we set units="auto" as default.

Usage

1
size(x, quote = FALSE, units = "auto", ...)

Arguments

x

An R object.

quote

logical, indicating whether or not the result should be printed with surrounding quotes.

units

The units to be used in printing the size. Other allowed values are "Kb", "Mb", "Gb" and "auto". See object.size for more details.

...

Arguments to be passed to or from other methods.


Kmisc documentation built on May 29, 2017, 1:43 p.m.

Related to size in Kmisc...