Learn R Programming

AlphaPart (version 0.9.8)

object.size: Report the Space Allocated for Objects

Description

Provides an estimate of the memory that is being used to store R objects.

Usage

# S3 method for object_sizes
print(
  x,
  quote = FALSE,
  humanReadable = getOption("humanReadable"),
  standard = "IEC",
  units,
  digits = 1,
  width = NULL,
  sep = " ",
  justify = c("right", "left"),
  ...
)

# S3 method for object_sizes format( x, humanReadable = getOption("humanReadable"), standard = "IEC", units, digits = 1, width = NULL, sep = " ", justify = c("right", "left"), ... )

is.object_sizes(x)

as.object_sizes(x)

# S3 method for object_sizes c(..., recursive = FALSE)

Arguments

See Also

AlphaPart