#' Remove all data from the global environment
#'
#' Cleans the global environment. Effectively the same as clicking the broom button in RStudio.
#'
#' @export
rm_all <- function() {
rm(list=ls(envir = globalenv()), envir = globalenv())
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.