Description Usage Arguments Author(s) See Also Examples
Display a message accompanied by the percentage of completion.
1 2 3 4 5 6 | ## Static method (use this):
## Display$progressMsg(msg, i, total, ...)
## Don't use the below:
## S3 method for class 'Display'
progressMsg(static, msg, i, total, ...)
|
msg |
Message to be dysplayed. |
i |
Counter of the progress. |
total |
The maximum value for a counter corresponding to 100 percent completion. |
... |
Not used |
Alex Lisovich, Roger Day
For more information see Display
.
1 2 3 4 5 6 7 | ## Not run:
for (i in 1:100){
Display$progressMsg("processing: ",i,100);
# do something ...
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.