Learn R Programming

svDialogs (version 0.9-43)

guiDlgInput: A simple input box

Description

Enter one (textual) value with this input box.

Usage

guiDlgInput(message = "Enter a value", title = "Input", default = "",
    parent = 0, GUI = getOption("guiWidgets"))

Arguments

message
the message to display on top of the text box.
title
the title of the dialog box.
default
the default value in the text box.
parent
the parent of this dialog box (not implemented yet).
GUI
which GUI widgets do you want to use (tcltk, ...).

Value

  • The text entered by the user at the input box, or an empty string if cancelled.

concept

GUI API dialog boxes

See Also

guiDlgMessage, guiDlgText

Examples

Run this code
### TODO...

Run the code above in your browser using DataLab