.onLoad <- function(libname, pkgname) {
defaults = list(
default.level = 4,
handlers = list(
file= output_file
),
pander=list(
formats=c('html')
)
)
do.call(output_options, defaults)
invisible()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.