Dear all,
I am a new user of R, here I have a question about remove the previous
restored workspace. I saved the workspace last time, but R always
automatically load the workspace when I open it. I try to remove the
object and then close R without saving. But next time when I open R, it
always load the previous workspace. I want to delete the .RData in the
directory, but I have no clue where is the .RData directory.
The message is "Workspace restored from /Users/wei/.RData"
How could I avoid from this directory? because there is a dot before, I
do not know where I can find this file.
Also I already try this command : rm(list=ls()) But R still load the
previous workspace.
With many thanks for any advice!!
Best,
Wei
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.