Skip to content
Prev 65567 / 398506 Next

removing message: [Previously saved workspace restored]

R saves the workspace in a file called '.RData'.  Simply remove this 
file from your working directory.  Or if you startup R and get the 
message, try

unlink(".RData")

-roger
Federico Calboli wrote: