Nothing
local_file <- function(ext, .local_envir = parent.frame()) {
file <- tempfile(fileext = ext)
writeLines("", file)
withr::local_file(file, .local_envir = .local_envir)
as_file(file)
}
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.