| closeAlert {shinyBS} | 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