guiDlgInput {svDialogs} | R Documentation |
Enter one (textual) value with this input box
guiDlgInput(message = "Enter a value", title = "Input", default = "", parent = 0, GUI = getOption("guiWidgets"))
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, ...) |
The text entered by the user at the input box
Philippe Grosjean (phgrosjean@sciviews.org)
#### TO DO...