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