progress {maDB}R Documentation

Progress bar

Description

progress displays a simple progress bar.

Usage

progress(percent=0,steps=20,type="default",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.
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.

Details

This function can be used to display the progress of functions.

Author(s)

Johannes Rainer

See Also

arrowProgress

Examples

progress(percent=70,steps=40)


[Package maDB version 1.14.1 Index]