Nothing
render_tags <- function(ui) {
res <- htmltools::renderTags(ui)
deps <- lapply(res$dependencies, function(x) {
x$version <- NULL
x$src <- NULL
unclass(x[!vapply(x, is.null, logical(1))])
})
list(
deps = jsonlite::toJSON(deps, auto_unbox = TRUE),
html = res$html
)
}
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.