Learn R Programming

SciViews (version 0.8-8)

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

  • Nothing

See Also

guiDlgMessage

Examples

Run this code
#### TO DO...

Run the code above in your browser using DataLab