# CLEAR ALL ----------------
#' clear everything from Memory
#'
#' @examples
#' clearAll()
#' @export
#'
#'
clearAll <- function() {
rm(list = ls(envir = .GlobalEnv), envir = .GlobalEnv)
gc()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.