powered by
This function lists all the objects in the global environmnet and lists the n largest.
n
largeobj(n = 5, units = "Mb")
a named character string of the size of the 'n' largest objects
the number of objects to return
units to display, see ?object.size
?object.size
Michael I. Love
x<-rnorm(10^5) y<-rnorm(10^6) z<-rnorm(2*10^6) w<-rnorm(3*10^6) largeobj(n=3)
Run the code above in your browser using DataLab