Skip to content
Prev 48779 / 398498 Next

I have some problem about "save and open"

mathinee at gaccl.com wrote:

            
It saves the file ".RData" in the current working directory (getwd() 
tells you which it is). Use save.image() if you want to write to an 
explicitly given filename.
Either start R in the working directory you have used the last time (it 
load ".RData" from the current), or use load() to explicitly load a 
workspace image.

Please read the manuals and the help ?Startup

Uwe Ligges