.onLoad <- function(libname, pkgname) {
op <- options()
op.fallback <- list(
fallback.verbose = 1L
)
toset <- !(names(op.fallback) %in% names(op))
if (any(toset)) options(op.fallback[toset])
invisible()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.