[R] retrieving last R output

2010-05-17 Thread math_daddy
Hello. I ran a simulation that took a few days to complete, and want to analyze the results, but have just realized that I (idiotically) did not assign the output to a variable when I intitiated the simulation. Is there any way to retrieve the last output produced by R so that these last few

Re: [R] retrieving last R output

2010-05-17 Thread Henrique Dallazuanna
See .Last.value On Mon, May 17, 2010 at 10:07 AM, math_daddy math_da...@hotmail.com wrote: Hello. I ran a simulation that took a few days to complete, and want to analyze the results, but have just realized that I (idiotically) did not assign the output to a variable when I intitiated

Re: [R] retrieving last R output

2010-05-17 Thread baptiste auguie
Hi, Try this, saveMyWork - .Last.value HTH, baptiste On 17 May 2010 15:07, math_daddy math_da...@hotmail.com wrote: Hello. I ran a simulation that took a few days to complete, and want to analyze the results, but have just realized that I (idiotically) did not assign the output to a