Skip to content

how to delete all classes & variables in current & previously saved history?

4 messages · sagarnikam123, Alfredo Alessandrini, jim holtman +1 more

#
i have variables stored in previous history,next time i log in,& load
previous history,i want to use same variable name for using other values,
& i don't know exactly how many are they ? & their names also..

How to delete all variable created in current & previous session i.e. (known
& unknown) which form up-to current state?

--
View this message in context: http://r.789695.n4.nabble.com/how-to-delete-all-classes-variables-in-current-previously-saved-history-tp4401389p4401389.html
Sent from the R help mailing list archive at Nabble.com.
#
the real question is why are you reloading the former session?  I always start with a clean workspace and build what I need.

Sent from my iPad
On Feb 19, 2012, at 6:51, Alfredo Alessandrini <alfredo.alessa at gmail.com> wrote:

            
#
On Sun, Feb 19, 2012 at 5:33 AM, Jim Holtman <jholtman at gmail.com> wrote:
Because that's the default?

See

?Startup

and especially the part about  "--no-restore" (sans quotes) for how to
start with a clean session.

-- Bert