gui.readline {utilitiesR} | R Documentation |
This is a cross-platform function to allow the user to type some input interactively.
gui.readline(message, default = "", graphics = TRUE)
message |
message asked to the user |
default |
default value |
graphics |
whether to present a graphics interface (if possible) |
If graphics=TRUE
, winDialogString
is used
on Windows, and tk_entry.dialog
otherwise
(& if supported), and an interactive text interface
(readline
) if all else fails.
character string of what the user typed.
Other ui: dir.browse
,
file.browse
, Filters
,
gui.dir.choose
,
gui.file.choose
, gui.menu
,
gui.yesno
, tk_entry.dialog
,
tk_select.list