largeobj {rafalib} | R Documentation |
What are the largest objects in memory?
Description
This function lists all the objects in the global environmnet and lists the n
largest.
Usage
largeobj(n = 5, units = "Mb")
Arguments
n |
the number of objects to return |
units |
units to display, see |
Value
a named character string of the size of the 'n' largest objects
Author(s)
Michael I. Love
[Package rafalib version 1.0.0 Index]