View source: R/tryCatchShiny.R
on_error | R Documentation |
Open modal window with error message.
on_error(e, stop_with_req = TRUE, title = "Error", size = "l", ...)
e |
object of |
stop_with_req |
logical (default |
title |
The title of the modal. |
size |
The size (width) of the modal. One of |
... |
optional arguments for shinyalert |
## Not run:
tryCatchShiny::run_example("01-shiny-app")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.