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