Constructor for modal dialog to collect a line of text
generic for toolkit dispatch
ginput(
msg,
text = "",
title = "Input",
icon = c("info", "warning", "error", "question"),
parent = NULL,
...,
toolkit = guiToolkit()
).ginput(
toolkit,
msg,
text = "",
title = "Input",
icon = c("info", "warning", "error", "question"),
parent = NULL,
...
)
value typed into box or character(0)
Character. Message to display.
Character. Initial text
Character. Title of window
which icon to display
gives hint as to where to place dialog
ignored
toolkit
gmessage
, gconfirm
,
gbasicdialog
, galert