| gconfirm | R Documentation | 
Constructor for modal dialog to get confirmation
generic for toolkit dispatch
gconfirm(
  msg,
  title = "Confirm",
  icon = c("info", "warning", "error", "question"),
  parent = NULL,
  ...,
  toolkit = guiToolkit()
)
.gconfirm(
  toolkit,
  msg,
  title = "Confirm",
  icon = c("info", "warning", "error", "question"),
  parent = NULL,
  ...
)
| msg | Character. Message to display. | 
| title | Character. Title of window | 
| icon | which icon to display | 
| parent | gives hint as to where to place dialog | 
| ... | ignored | 
| toolkit | toolkit | 
logical inidicating confirmation
gmessage, gconfirm, 
gbasicdialog, galert
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.