View source: R/utils_interface.R
showAlert | R Documentation |
Show or remove an alert
showAlert(
session,
...,
title,
style = NULL,
dismissible = TRUE,
alertId = "alert",
iconName = NULL,
caller = NULL
)
successAlert(
session,
...,
title = NULL,
dismissible = TRUE,
alertId = "success",
caller = NULL
)
errorAlert(
session,
...,
title = NULL,
dismissible = TRUE,
alertId = "alert",
caller = NULL
)
warningAlert(
session,
...,
title = NULL,
dismissible = TRUE,
alertId = "alert",
caller = NULL
)
removeAlert(output, alertId = "alert")
session |
Shiny session |
... |
Arguments to render as elements of alert |
title |
Character: title |
style |
Character: style ( |
dismissible |
Boolean: is the alert dismissible? |
alertId |
Character: identifier |
iconName |
Character: icon name |
caller |
Character: caller module identifier |
output |
Shiny output |
NULL
(function is only used to modify the Shiny session's
state or internal variables)
showModal()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.