Hello UseRs,

I am creating a GUI application in R using the RGtk2 library. I have
incorporated a progress bar which I want to refresh periodically in
keeping with the progress/completion of the read.csv function.
I would like to show the progress bar in animation (pulsing of the
bar) for as long as the read.csv function completes its task. I am not
sure how I can track the progress of the read.csv function.

As of now I just initialise the progress bar before the read.csv
function and show the completed bar after the read.csv function has
been executed.
Is there a way to access the data.frame object and check for its completeness?

Thank you for your feedback.

Cheers
Harsh Singhal
Bangalore, India

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to