On Sat, Nov 13, 2010 at 10:33 PM, Stephen Liu <sati...@yahoo.com> wrote: > > Win 7 64 bit > R version 2.11.1 (2010-05-31) > > > How to permanently remove; > [Previously saved workspace restored] > > > rm (list = ls( )) > > On next start it still displays; > ..... > [Previously saved workspace restored] > > > There is a file keeping the previous data on Linux > .Rdata > > How about on Windows?
Generally the same. Just delete the file if you do not want it. Also, if you clear your workspace and save and shutdown once, and then never save your workspace when you quit, it will just load an empty workspace generally (but in the event that you would like to save your workspace once for some reason, you just have to save and quit and it will be there when you get back). HTH, Josh > > TIA > > B.R. > Stephen L > > > > > ______________________________________________ > R-help@r-project.org mailing list > 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. -- Joshua Wiley Ph.D. Student, Health Psychology University of California, Los Angeles http://www.joshuawiley.com/ ______________________________________________ R-help@r-project.org mailing list 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.