[R] retrieving last R output

baptiste auguie baptiste.auguie at googlemail.com
Mon May 17 15:18:53 CEST 2010


Hi,

Try this,

saveMyWork <- .Last.value

HTH,

baptiste

On 17 May 2010 15:07, math_daddy <math_daddy at 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 at 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.
>



More information about the R-help mailing list