object.size: Report the Space Allocated for Objects

View source: R/dataMethods.R

object.sizeR Documentation

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 class 'object_sizes'
print(
  x,
  quote = FALSE,
  humanReadable = getOption("humanReadable"),
  standard = "IEC",
  units,
  digits = 1,
  width = NULL,
  sep = " ",
  justify = c("right", "left"),
  ...
)

## S3 method for class '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 class 'object_sizes'
c(..., recursive = FALSE)

See Also

AlphaPart


AlphaPart documentation built on Nov. 16, 2022, 1:09 a.m.