global_env_hack <- function(key,
val,
pos) {
assign(
key,
val,
envir = as.environment(pos)
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.