Nothing
local_package_copy <- function(pkg_dir, env = parent.frame()) {
temp_dir <- withr::local_tempdir(.local_envir = env)
file.copy(pkg_dir, temp_dir, recursive = TRUE)
file.path(temp_dir, basename(pkg_dir))
}
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.