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