Java Mailing List Archive

http://www.r-help.com/

Home » R Help for Statistical Computing »

[R] How to remove all objects except a few specified objects?

Cheng Peng

2010-08-23

Replies: Find Java Web Hosting

Author LoginPost Reply

How to remove all R objects in the RAM except for a few specified ones?
rm(list=ls()) removes all R objects in the R work space.

Another question is that whether removing all R objects actually releases
the RAM? Thanks.
--
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@(protected)
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.
©2008 r-help.com - Jax Systems, LLC, U.S.A.