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