Nothing
.onLoad <- function(libname, pkgname) {
op <- options()
op.spanishoddata <- list(
spanishoddata.graphql_api_endpoint = "https://mapas-movilidad.transportes.gob.es/api/graphql",
spanishoddata.user_agent = "spanishoddata R package, https://github.com/rOpenSpain/spanishoddata/"
)
toset <- !(names(op.spanishoddata) %in% names(op))
if (any(toset)) options(op.spanishoddata[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.