.onLoad <- function(libname, pkgname) {
op <- options()
op.refactor <- list(
refactor.value = TRUE,
refactor.env = FALSE,
refactor.time = FALSE,
refactor.waldo = TRUE
)
toset <- !(names(op.refactor ) %in% names(op))
if(any(toset)) options(op.refactor[toset])
invisible(NULL)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.