On Wed, 11 Jan 2012, David Winsemius wrote:
Then R will not find it. (Actually there will be no .RData file until R
executes save.image() at the end of the session. R does not create a fresh
.RData at the beginning of a session.)
David,
That's good to know.
Could I then specify which .RData file should be available on demand?
?Startup
I'll read this.
You can have different ,RData files in different directories.
I can make this work. Create different subdirectories for each project
portion and start R from the appropriate one.
Thanks,
Rich
______________________________________________
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.