Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

ginput

Constructor for modal dialog to collect a line of text


Description

Constructor for modal dialog to collect a line of text

generic for toolkit dispatch

Usage

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

Arguments

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

value typed into box or character(0)

See Also


gWidgets2

Rewrite of gWidgets API for Simplified GUI Construction

v1.0-8
GPL (>= 3)
Authors
John Verzani
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.