Nothing
get_package_data <- function(name, package) {
envir <- new.env(parent = emptyenv())
data(list = name, package = package, envir = envir)
envir[[name]]
}
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.