.golem_globals <- new.env()
.golem_globals$running <- FALSE
set_golem_global <- function(name, val) {
.golem_globals[[name]] <- val
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.