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