Nothing
local_cachedir <- file.path(tempdir(), "rb3-cache")
withr::defer(unlink(local_cachedir, recursive = TRUE), teardown_env())
op <- options(
rb3.cachedir = local_cachedir,
rb3.silent = TRUE
)
withr::defer(options(op), teardown_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.