gmessage | R Documentation |
Constructor for modal message dialog
generic for toolkit dispatch
gmessage(
msg,
title = "message",
icon = c("info", "warning", "error", "question"),
parent = NULL,
...,
toolkit = guiToolkit()
)
.gmessage(toolkit, msg, title = "message", icon = "", parent = NULL, ...)
msg |
Character. message to display. |
title |
Character. Title |
icon |
What icon to show |
parent |
Hint as to where to display |
... |
ignored |
toolkit |
toolkit |
gmessage
, gconfirm
,
gbasicdialog
, galert
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.