closeAlert | R Documentation |
closeAlert
is used within your Server logic to close an alert that you
created with createAlert
.
closeAlert(session, alertId)
session |
The session object passed to function given to shinyServer. |
alertId |
The id of the alert to be dismissed. |
See Alerts for more information about how to use closeAlert
with the
rest of the Alerts family.
Run bsExample("Alerts")
for an example
of closeAlert
functionality.
Other Alerts: Alerts
; bsAlert
;
createAlert
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.