ProgressBAR {SYNCSA} | R Documentation |
Text Progress Bar
Description
Text progress bar in the R console. See txtProgressBar
.
Usage
ProgressBAR(n, N, ...)
Arguments
n |
Number of the current progress. |
N |
Total number of cases. |
... |
Other parameters for the txtProgressBar function. |
Author(s)
Vanderlei Julio Debastiani <vanderleidebastiani@yahoo.com.br>
[Package SYNCSA version 1.3.4 Index]