memUse | R Documentation |
Displays the largest objects in memUse.
memUse(
n = 10,
orderBy = "size",
decreasing = TRUE,
pos = 1,
display = TRUE,
...
)
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 |
Data frame (invisible).
memUse()
memUse(3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.