Nothing
local_opt <- function(name, value, env = parent.frame()) {
old <- opts$get(name)
opts$set(name, value)
withr::defer(opts$set(name, old), 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.