
Last chance! 50% off unlimited learning
Sale ends in
Displays the largest objects in memUse.
memUse(
n = 10,
orderBy = "size",
decreasing = TRUE,
pos = 1,
display = TRUE,
...
)
Data frame (invisible).
Positive integer: Maximum number of objects to display.
Either 'size'
(default) or 'name'
.
Logical, if TRUE
(default), objects are displayed from largest to smallest.
Environment from which to obtain size of objects. Default is 1. See ls
.#"
If TRUE
(default), print a table with memUse used.
Other arguments to pass to ls
.