lsMem | R Documentation |
Show memory size of the biggest objects in MB. Helps you find the biggest memory killers.
lsMem(n = 6, pos = 1, ...)
n |
Number of Objects to be shown separately. The rest is combined into "sum rest". DEFAULT: 6 |
pos |
Environment where |
... |
Further arguments passed to |
Named vector with object sizes in MB (MegaBytes)
Berry Boessenkool, berry-b@gmx.de, Feb 2014
https://stackoverflow.com/questions/1358003/tricks-to-manage-the-available-memory-in-an-r-session
object.size
, ls
## Not run:
## excluded from CRAN check - I forgot why, but there's probably a good reason
lsMem()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.