.onLoad <- function(libname, pkgname) {
op <- options()
op.rddi <- list(
rddi.id_generator = urn_identifier,
rddi.agency_id = "com.agency.id"
)
toset <- !(names(op.rddi) %in% names(op))
if (any(toset)) options(op.rddi[toset])
invisible()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.