[R] How to permanently remove [Previously saved workspace restored]
Stephen Liu
satimis at yahoo.com
Sun Nov 14 11:00:19 CET 2010
Hi folks,
Tks for your advice.
Summing up all your advice I performed following steps without success.
1)
> rm (list = ls( ))
> q()
save working image
2)
> rm (list = ls(all=TRUE))
> q()
save working image
3)
> getwd()
[1] "C:/Users/satimis"
.Rhistory
> list.files(path="C:\Users\satimis", all.files = FALSE)
Error: '\U' used without hex digits in character string starting "C:\U"
> list.files(path="C:\Users\satimis", all.files = TRUE)
Error: '\U' used without hex digits in character string starting "C:\U"
-> Windows Explorer
delete .Rhistory manually
Start R
....
[Previously saved workspace restored]
is still there
Please advise. TIA
B.R.
Stephen L
----- Original Message ----
From: Stephen Liu <satimis at yahoo.com>
To: r-help at r-project.org
Sent: Sun, November 14, 2010 2:33:21 PM
Subject: [R] How to permanently remove [Previously saved workspace restored]
Win 7 64 bit
R version 2.11.1 (2010-05-31)
How to permanently remove;
[Previously saved workspace restored]
> rm (list = ls( ))
On next start it still displays;
.....
[Previously saved workspace restored]
There is a file keeping the previous data on Linux
.Rdata
How about on Windows?
TIA
B.R.
Stephen L
______________________________________________
R-help at 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.
More information about the R-help
mailing list