On Wed, 14 Sep 2011, Patrick Connolly wrote:
The objects will be available already. See what you have with the ls() command. They are stored in .RData so the fact that you can't read .RData directly matters not.
Patrick, I'm aware of .Rdata and use ls() regularly outside of R. What I did not know was that ...
The history of commands used will be in a file called, amazingly, .Rhistory which you can read in Emacs.
That's what I was looking for. Many 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.