Nothing
.onLoad <- function(...) {
s3_register("knitr::knit_print", "htmlwidget")
register_upgrade_message("shiny", "1.1", error = TRUE)
}
knit_print.htmlwidget <- function(x, ..., options = NULL) {
knitr::knit_print(toHTML(x, standalone = FALSE, knitrOptions = options), options = options, ...)
}
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.