BD_env <- new.env(parent = emptyenv())
get_paths <- function() {
get("paths", envir = BD_env, inherits = FALSE)
}
set_paths <- function(paths) {
assign("paths", paths, envir = BD_env, inherits = FALSE)
}
set_paths(list())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.