Re: [R] A question about "txtProgressBar" function

2011-04-18 Thread Greg Snow
alf Of Li, Yunfei > Sent: Friday, April 08, 2011 6:04 PM > To: r-help@r-project.org > Subject: [R] A question about "txtProgressBar" function > > Hi, > > I tried to add a progress bar to my script, but it seems the > "txtProgressBar" function will wipe o

Re: [R] A question about "txtProgressBar" function

2011-04-09 Thread Berend Hasselman
Li, Yunfei wrote: > > Hi, > > I tried to add a progress bar to my script, but it seems the > "txtProgressBar" function will wipe out what I want to print before it(for > example - the "Hello" in following script), and the parameters "title" and > "label" do not work either. How can I put a title

[R] A question about "txtProgressBar" function

2011-04-08 Thread Li, Yunfei
Hi, I tried to add a progress bar to my script, but it seems the "txtProgressBar" function will wipe out what I want to print before it(for example - the "Hello" in following script), and the parameters "title" and "label" do not work either. How can I put a title for the progress bar? or is th