#' Removes all objects except specified analysis objects
#'
#' @return
#' @export
#'
#'
cleanup <- function() {
#
rm(list = setdiff(ls(pos = .GlobalEnv, all.names = FALSE),
c(".cache",
".datasets",
".databases",
".imports",
".info",
"Analysis",
"data_")),
pos = .GlobalEnv)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.