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