## nocov start
.onLoad <- function(libname, pkgname) {
if (Sys.getenv("DEBUGME") != "" &&
requireNamespace("debugme", quietly = TRUE)) {
debugme::debugme()
}
}
## nocov end
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.