Nothing
.onAttach <- function(libname, pkgname) { # nolint
packageStartupMessage("
EpiGraphDB v0.3 (API: https://api.epigraphdb.org)
")
}
.onLoad <- function(libname, pkgname) { # nolint
op <- options()
op.epigraphdb <- list( # nolint
epigraphdb.api.url = "https://api.epigraphdb.org"
)
toset <- !(names(op.epigraphdb) %in% names(op))
if (any(toset)) options(op.epigraphdb[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.