Learn R Programming

SciViews (version 0.8-9)

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, wxPython, ...)

Value

  • The text entered by the user at the input box

synopsis

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

See Also

guiDlgMessage, guiDlgText

Examples

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

Run the code above in your browser using DataLab