#' @export copy_env <- function(e1) { e2 <- new.env() for (n in ls(e1, all.names = TRUE)) assign(n, get(n, e1), e2) e2 }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.