arrowProgress {maDB}R Documentation

Progress bar with an arrow

Description

progress displays a simple progress bar with an arrow.

Usage

arrowProgress(percent,steps=20,label=TRUE)

Arguments

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.

Details

This function can be used to display the progress of functions that may take long time.

Author(s)

Johannes Rainer

See Also

progress

Examples

arrowProgress(percent=70,steps=40)


[Package maDB version 1.12.0 Index]