Learn R Programming

svDialogs (version 0.9-43)

guiDlgProgress: A progress window

Description

Display the progression of a long task.

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?

Value

  • Returns nothing.

concept

GUI API dialog boxes

See Also

guiDlgMessage

Examples

Run this code
### TODO...

Run the code above in your browser using DataLab