#' @export
#' @rdname PGOptionsManager
pgoptions <- NULL
.onLoad <- function(libname, pkgname) {
assign("pgoptions", PGOptionsManager$new(), envir = parent.env(environment()))
if(pgoptions$get_verbose()) pgoptions$print()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.