largeobj | R Documentation |
This function lists all the objects in the global environmnet and lists the n
largest.
largeobj(n = 5, units = "Mb")
n |
the number of objects to return |
units |
units to display, see |
a named character string of the size of the 'n' largest objects
Michael I. Love
x<-rnorm(10^5)
y<-rnorm(10^6)
z<-rnorm(2*10^6)
w<-rnorm(3*10^6)
largeobj(n=3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.