exists.rr <- function(x) exists(x, envir = .rr, inherits = FALSE)
get.rr <- function(x) get(x, envir = .rr, inherits = FALSE)
assign.rr <- function(...) {
mmap(assign, names(pretty_dots(...)), list(...), MoreArgs = list(envir = .rr, inherits = FALSE))
invisible()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.