Nothing
.onLoad <- function(libname, pkgname) {
op <- options()
op.es <- list(
# es.digits = 2,
# es.ci = c(0.95, 0.95),
# es.alt = c("two.sided", "greater"),
es.use_symbols = FALSE
)
toset <- !names(op.es) %in% names(op)
if (any(toset)) options(op.es[toset])
invisible(NULL)
}
#
# .onAttach <- function(libname, pkgname) {
# # packageStartupMessage()
# }
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.