Hi: Perhaps another possibility is ?capture.output
Dennis On Mon, Feb 21, 2011 at 10:26 AM, Tatyana Deryugina <[email protected]>wrote: > Thanks, Ista! I looked at sink() and it looks like it might work. > However, it seems as though you need to use it with the "print" > command. I have a lot of regression output that I would like to store > in a log file. How do I use sink with that? > > Best, > Tatyana > --------------------------------------------------------------- > Tatyana Deryugina > > MIT PhD Student, Department of Economics > MIT Energy Initiative Energy Fellow > (925) 349 - 8999 (cell) > > > > On Mon, Feb 21, 2011 at 11:23 AM, Ista Zahn <[email protected]> > wrote: > > Hi Tatyana, > > I think you are looking for ?sink > > > > Best, > > Ista > > > > On Mon, Feb 21, 2011 at 2:11 PM, Tatyana Deryugina <[email protected]> > wrote: > >> Hi everyone, > >> > >> Is there a way to make R save the workspace output (just the results, > >> not the objects themselves) as you go? I'm running analysis that takes > >> a long time to run and I want to be able to interrupt it without > >> losing all the output to date. Is there an alternative to putting > >> "save.image()" commands after every couple lines of code? > >> > >> Best, > >> Tatyana > >> > >> ______________________________________________ > >> [email protected] 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. > >> > > > > > > > > -- > > Ista Zahn > > Graduate student > > University of Rochester > > Department of Clinical and Social Psychology > > http://yourpsyche.org > > > > ______________________________________________ > [email protected] 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. > [[alternative HTML version deleted]] ______________________________________________ [email protected] 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.

