On 15.04.2013 21:53, Sourabh Sinha wrote:
R version : 2.15.2 Windows: 7 32-bit Hello, I was trying to load a saved workspace image from the working directory. I issued the command load('image_name') in R console. It did not throw any error, but then it returned the prompt. I want to view the commands (or history) I typed there, how do I do that? Pressing up arrow does not bring any of this workspace command, it rather brings older ones, same as the output of history(). Any help will be appreciated.
To load the workspace, use load(), for the history, use loadhistory(). Uwe Ligges
N.B. To save the workspace I pressed the save button on RGui. Thanks.
______________________________________________ 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.