galert | R Documentation |
Alert dialog to display transient messages
generic for toolkit dispatch
galert(
msg,
title = "message",
delay = 3,
parent = NULL,
...,
toolkit = guiToolkit()
)
.galert(toolkit, msg, title = "message", delay = 3, parent = NULL, ...)
msg |
character. main message. If length is 2, second component is used for detail, providing it is available. |
title |
Title (may not be displayed) |
delay |
length of time (in seconds) to display |
parent |
parent object to show near |
... |
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.