Displaying 1 result from an estimated 1 matches for "irafu".
Did you mean:
irafm
2009 Feb 09
3
pause in function execution
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?