Re: [R] How to Clear all variables stored in current and previous sessions

2008-11-20 Thread Prof Brian Ripley
rm(list=ls(all=TRUE)) ??remove will get you there (I don't think 'clear' is what many people would call this). RON70 wrote: Is there any function in R to clear values from all variables stored in current and previous sessions? R site search do not give the desired result at all, all results

Re: [R] How to Clear all variables stored in current and previous sessions

2008-11-20 Thread David Winsemius
I believe that the epicalc package has a "zap" function that might accomplish that. -- David Winsemius On Nov 20, 2008, at 11:14 AM, RON70 wrote: Is there any function in R to clear values from all variables stored in current and previous sessions? R site search do not give the desired

[R] How to Clear all variables stored in current and previous sessions

2008-11-20 Thread RON70
Is there any function in R to clear values from all variables stored in current and previous sessions? R site search do not give the desired result at all, all results are about to clear screen only not variables. Thanks, -- View this message in context: http://www.nabble.com/How-to-Clear-all-v