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