alert | R Documentation |
Alert
alert(..., id = NULL, class = "")
... |
Content of alert. |
id |
ID of alert useful to toggle from server with
|
class |
Additional classes, e.g.: |
alert(
alertHeading("Header!"),
shiny::p("Some content")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.