Usage
guiDlgProgress(value, range = c(0, 100), message = "Please wait...", title = "Progression",
percent = TRUE, cancel = TRUE, icon = "none", parent = -1, GUI = getOption("guiWidgets"))
Arguments
value
The current value of the progession
range
The range for the progression
message
The message to display on top of the progression bar
title
The title of the dialog box
percent
Is it a progression in percent?
cancel
Is the cancel button enabled?
icon
An icon to display on the top left part of the dialog box
parent
Which window is the parent of this dialog box?
GUI
Which GUI toolkit to use to display this dialog box?