Skip to content
Back to formatted view

Raw Message

Message-ID: <b3c68c20-aae6-420e-849d-4f26ccecea90@g3g2000pre.googlegroups.com>
Date: 2009-02-09T22:49:35Z
From: Andrew
Subject: pause in function execution
In-Reply-To: <23C17762-65E0-4AC0-BA3D-CCA0B6FC186C@gmail.com>

I am not too sure what your question is, but try

?debug

or take a look at http://www.ats.ucla.edu/stat/r/library/R-debug-tools.pdf

On Feb 10, 9:07?am, Fuchs Ira <irafu... at gmail.com> wrote:
> I would like to have a function which gets data, does a calculation ?
> and prints a result and then waits some number of seconds and ?
> repeats. ?If I use Sys.sleep, the execution is pausing but the ?
> function output is buffered so that it all comes out when the function ?
> terminates. ?How can I get output while the function continues to ?
> execute?
>
> ______________________________________________
> R-h... at r-project.org mailing listhttps://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guidehttp://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.