[R] Following progress in a lapply() function

2009-03-22 Thread Blanchette, Marco
Dear all, I am processing a very long and complicated list using lapply through a custom function and I would like to generate some sort of progress report. For instance, print a dot on the screen every time 1000 item have been process. Or even better, reporting the percent of the list that

Re: [R] Following progress in a lapply() function

2009-03-22 Thread Gabor Grothendieck
There are several packages with progress bars: RSiteSearch(progress) On Sun, Mar 22, 2009 at 6:06 PM, Blanchette, Marco m...@stowers.org wrote: Dear all, I am processing a very long and complicated list using lapply through a custom function and I would like to generate some sort of

Re: [R] Following progress in a lapply() function

2009-03-22 Thread hadley wickham
On Sun, Mar 22, 2009 at 5:06 PM, Blanchette, Marco m...@stowers.org wrote: Dear all, I am processing a very long and complicated list using lapply through a custom function and I would like to generate some sort of progress report. For instance, print a dot on the screen every time 1000