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.
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. >
See .Last.value On Mon, May 17, 2010 at 10:07 AM, math_daddy <math_daddy@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]]