memUse {omnibus} | R 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 |
decreasing |
Logical, if |
pos |
Environment from which to obtain size of objects. Default is 1. See |
display |
If |
... |
Other arguments to pass to |
Value
Data frame (invisible).
Examples
memUse()
memUse(3)
[Package omnibus version 1.2.13 Index]