Skip to content

A small question

2 messages · Indrajit Sengupta, Aboubakar Maitournam

#
My Mail StationeryDear R- users,
I have a small question on R. The other day I was using R when I decided to
quit and when I was prompted with the question whether I would like to save
the workspace image, I accidently pressed yes and after that every time
start R the previous work space gets loaded. How do I avoid this?
Thanks in advance,

______________________
Indrajit SenGupta
Department Of Statistics
St. Xavier's College
Calcutta University
indra_calisto at yahoo.com
indrajit_sg at rediffmail.com

-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://stat.ethz.ch/pipermail/r-help/attachments/20011222/c161da68/attachment.html
1 day later
#
Indrajit SenGupta wrote:

            
I have had that kind of problem and among a lot responses I have
received, here are solutions :

Subject:
           Re: [R] R workspace
      Date:
           Sat, 15 Dec 2001 16:36:14 -0500
      From:
           Duncan Murdoch <dmurdoch at pair.com>
        To:
           Aboubakar Maitournam <amaitour at pasteur.fr>,
r-help at stat.math.ethz.ch
 References:
           1
On Thu, 13 Dec 2001 11:42:40 +0100, you wrote:

            
This means it won't save the current workspace, but if you already
have a saved one, it will be left there.
There are several ways to get rid of the old saved workspace, for
example:

 unlink(".RData")
 q("no")

or

 rm(list=ls())
 q("yes")

Duncan Murdoch
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://stat.ethz.ch/pipermail/r-help/attachments/20011224/2e6dd9e9/attachment.html