# Load options ------------------------------------------------------------
.onLoad <- function(libname, pkgname) {
op <- options()
dv.ops <- list(
datavyur.folder=datavyur_internal_data(),
datavyur.classlist=list()
)
toset <- !(names(dv.ops) %in% names(op))
if (any(toset)) options(dv.ops[toset])
return(invisible())
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.