.onLoad <- function(libname, pkgname) {
path <- tools::R_user_dir("bugRzilla", which = "cache")
path <- file.path(path, ".Renviron")
if (file.exists(path)) {
readRenviron(path)
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.