.onAttach <- function(libname, pkgname) {
if (Sys.getenv("QKEY") != "") {
options(QKEY = Sys.getenv("QKEY"))
}
if (Sys.getenv("QBITURL") != "") {
options(QBITURL = Sys.getenv("QBITURL"))
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.