Nothing
.onLoad <- function(libname, pkgname) {
all_pkg_opts <- list(
gtexr.verbose = TRUE,
gtexr.itemsPerPage = 250
)
current_options <- options()
toset <- !(names(all_pkg_opts) %in% names(current_options))
if(any(toset)) options(all_pkg_opts[toset])
invisible()
}
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.