[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 days were not
a waste?

Thank you very much.
-- 
View this message in context: 
http://r.789695.n4.nabble.com/retrieving-last-R-output-tp2219574p2219574.html
Sent from the R help mailing list archive at Nabble.com.

__
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.


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 the simulation. Is there any way to
 retrieve the last output produced by R so that these last few days were not
 a waste?

 Thank you very much.
 --
 View this message in context:
 http://r.789695.n4.nabble.com/retrieving-last-R-output-tp2219574p2219574.html
 Sent from the R help mailing list archive at Nabble.com.

 __
 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.




-- 
Henrique Dallazuanna
Curitiba-Paraná-Brasil
25° 25' 40 S 49° 16' 22 O

[[alternative HTML version deleted]]

__
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.


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 variable when I intitiated the simulation. Is there any way to
 retrieve the last output produced by R so that these last few days were not
 a waste?

 Thank you very much.
 --
 View this message in context: 
 http://r.789695.n4.nabble.com/retrieving-last-R-output-tp2219574p2219574.html
 Sent from the R help mailing list archive at Nabble.com.

 __
 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.


__
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.