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