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?