I think the solution for this is to run the R process but use the sink command to make sure all the outputs are store in a log file. Then I will open another worksheet and use python to read the log file every minute and print out any new lines .
On Sunday, June 1, 2014 9:51:02 PM UTC-4, leif wrote: > > William Stein wrote: > > On Sun, Jun 1, 2014 at 6:06 PM, Fred Gruber <[email protected] > <javascript:>> wrote: > >> Thanks William > >> If I could just run an R command in the background and then just do > sink [sync?] to > > sink() is an R command. > > > -leif > > >> redirect the outputs to a log file then I would be able to check the > log > >> whenever I want and that would work too. But from your other post it > seems > >> that this is algo [also?] difficult... > > > > It seems like that should be easy. I don't know R well enough to do > > that, but in Python it would be trivial, so maybe it is easy in R? > > > > -- William > > -- > () The ASCII Ribbon Campaign > /\ Help Cure HTML E-Mail > > -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
