Is there any way to add a popup (a closable window) with a warning or other message in Shiny - the R package I use to build my web application?
Bolaka is right, install and load the shinyBS package, then run bsExample("Alerts") to see an example with code you can copy and paste.
shinyBS
bsExample("Alerts")