Nothing
####### Some internal shiny utils
# can't import shiny internal function, gives warnings, so rewrite here
reactiveStop <- function(message = "\r ", class = NULL){
cond <- structure(list(message = message),
class = c(c("shiny.silent.error", class),
"error",
"condition")
)
stop(cond)
}
utils::globalVariables(c("."))
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.