progress {maDB} | R Documentation |
progress
displays a simple progress bar.
progress(percent=0,steps=20,type="default",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. |
type |
The type of the progress bar. Allowed types are “default” and “arrow”. |
label |
if the actual percentage should be written as a number too. |
This function can be used to display the progress of functions.
Johannes Rainer
progress(percent=70,steps=40)