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