Nothing
error_handler <- function(e, e_class) {
if (inherits(e, e_class)) {
cli::cli_alert_danger(e$message)
} else {
stop(e)
}
}
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.