Nothing
# R/utils-data.R (internal)
.pkg_data <- function(name) {
obj <- get0(name, inherits = TRUE)
if (!is.null(obj)) return(obj)
# During devtools/roxygen, lazydata may not be preloaded - try explicit load:
try(utils::data(list = name, package = utils::packageName(), envir = environment()), silent = TRUE)
get0(name, inherits = TRUE)
}
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.