memUse: Size of objects taking most memory use

View source: R/memUse.r

memUseR Documentation

Size of objects taking most memory use

Description

Displays the largest objects in memUse.

Usage

memUse(
  n = 10,
  orderBy = "size",
  decreasing = TRUE,
  pos = 1,
  display = TRUE,
  ...
)

Arguments

n

Positive integer: Maximum number of objects to display.

orderBy

Either 'size' (default) or 'name'.

decreasing

Logical, if TRUE (default), objects are displayed from largest to smallest.

pos

Environment from which to obtain size of objects. Default is 1. See ls.#"

display

If TRUE (default), print a table with memUse used.

...

Other arguments to pass to ls.

Value

Data frame (invisible).

Examples

memUse()
memUse(3)

adamlilith/omnibus documentation built on April 12, 2024, 8:46 p.m.