Nothing
.onLoad <- function(libname, pkgname) {
# modifies packages namespace (not global environment)
exoplanets <<- memoise::memoise(exoplanets)
# allows setting custom options for this package
op <- options()
op.exoplanets <- list(
exoplanets.quiet = FALSE,
exoplanets.progress = TRUE
)
toset <- !(names(op.exoplanets) %in% names(op))
if(any(toset)) options(op.exoplanets[toset])
}
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.