#' @import ooplah
#' @importFrom R6 R6Class
NULL
# nocov start
.onLoad <- function(libname, pkgname) {
options(set6.unicode = l10n_info()$`UTF-8`)
}
.onUnload <- function(libname, pkgname) {
options(set6.unicode = NULL)
}
# nocov end
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.