[R] Re: pausing a program

2004-04-22 Thread Jason . L . Higbee
R: I have a program that runs a For loop for days and I need to (if possible) pause the program. Any ideas on how to do that? If I use stop, how certain can I be that all the statements executed in the previous iteration of the for loop? Thanks, Jason Higbee Research Associate Federal

Re: [R] Re: pausing a program

2004-04-22 Thread Tamas Papp
On Thu, Apr 22, 2004 at 08:52:23AM -0500, [EMAIL PROTECTED] wrote: R: I have a program that runs a For loop for days and I need to (if possible) pause the program. Any ideas on how to do that? If I use stop, how certain can I be that all the statements executed in the previous