Skip to content
Prev 162603 / 398500 Next

How to Clear all variables stored in current and previous sessions

rm(list=ls(all=TRUE))

??remove will get you there (I don't think 'clear' is what many people 
would call this).
RON70 wrote: