Nothing
create_local_chart <- function(folder,
script,
update,
env = parent.frame()) {
settings <- list(update = FALSE)
data <- list()
.create_chart(folder = folder, script = script, settings = settings,
data = data)
if (update)
.update_data(folder, data = settings)
withr::defer(unlink(folder, recursive = TRUE), envir = env)
}
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.