Nothing
local_ext_conn <- function(env = parent.frame()) {
dir <- withr::local_tempdir(.local_envir = env)
conn <- conn_open()
withr::defer(DBI::dbDisconnect(conn, shutdown = TRUE), envir = env)
ext_set_dir(dir, conn)
conn
}
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.