# Package environment to store a couple of variables that must be global
metaEnv <- new.env(parent=emptyenv())
assign("VERBOSE",NULL,envir=metaEnv)
assign("LOGGER",NULL,envir=metaEnv)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.