ginput | R Documentation |
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,
...
)
msg |
Character. Message to display. |
text |
Character. Initial text |
title |
Character. Title of window |
icon |
which icon to display |
parent |
gives hint as to where to place dialog |
... |
ignored |
toolkit |
toolkit |
value typed into box or character(0)
gmessage
, gconfirm
,
gbasicdialog
, galert
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.