closeAlert: closeAlert

View source: R/closeAlert.R

closeAlertR Documentation

closeAlert

Description

closeAlert is used within your Server logic to close an alert that you created with createAlert.

Usage

closeAlert(session, alertId)

Arguments

session

The session object passed to function given to shinyServer.

alertId

The id of the alert to be dismissed.

Details

See Alerts for more information about how to use closeAlert with the rest of the Alerts family.

Note

Run bsExample("Alerts") for an example of closeAlert functionality.

See Also

Twitter Bootstrap 3

Other Alerts: Alerts; bsAlert; createAlert


shinyBS documentation built on April 18, 2022, 1:06 a.m.

Related to closeAlert in shinyBS...