Mike Love’s blog

R one-liner: what are the largest objects in Mb

Posted in statistics by mikelove on February 9, 2011

head(sort(sapply(ls(),function(x) object.size(get(x)))/1e6,decreasing=TRUE))

About these ads

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.

%d bloggers like this: