arrowProgress {maDB} | R Documentation |
progress
displays a simple progress bar with an arrow.
arrowProgress(percent,steps=20,label=TRUE)
percent |
The progress of an action in percent. |
steps |
The number of steps of the progress bar. Setting the steps to 20 means that each 5 percent to progress bar increases. |
label |
if the actual percentage should be written as a number too. |
This function can be used to display the progress of functions that may take long time.
Johannes Rainer
arrowProgress(percent=70,steps=40)