#' Initialization functions to do init actions
#'
#' @param name of the library
#' @param pkgname package name
#'
#' @importFrom utils globalVariables
#'
#' @keywords internal
.onLoad <- function(libname, pkgname) { # nolint
globalVariables("opals")
invisible()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.