R-2.14.2, Win7 x64

Dear list,

I have the habit of including rm(list=ls()) at the top of most of my scripts. However, I wonder whether rm(list=ls()) gives the exact same result as closing R and starting again fresh. In other words, is it possible that there will be differences on how a script runs under a fresh start of R versus when I "only" use rm(list=ls()) , or should both approaches give the exact same starting situation every time?

Thanks,
Peter

______________________________________________
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.

Reply via email to