Nothing
#' Run shinyalert example
#'
#' Launch an example Shiny app that shows how easy it is to
#' create modals with \code{shinyalert}.\cr\cr
#' The demo app is also
#' \href{https://daattali.com/shiny/shinyalert-demo/}{available online}
#' to experiment with.
#' @export
runExample <- function() {
appDir <- system.file("examples", "demo", package = "shinyalert")
shiny::runApp(appDir, display.mode = "normal")
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.