showshinyalert {shinysky} | R Documentation |
Used in server.R. Show an alert placed in ui.R with shinyalert
showshinyalert(session, id, HTMLtext, styleclass = "success")
session |
The Shiny sessoin specified in shinyServer(function(input, output, session) ...). |
id |
Specifies the alert id that will be used to access the |
HTMLtext |
The HTML you want displayed in the text |
styleclass |
The styling class of the alert–options are primary, info, success ,warning, ,danger ,inverse ,link |
shinyalert
Other ShinySky.elements: actionButton2
,
hideshinyalert
, select2Input
,
shinyalert
,
textInput.typeahead