#' remove all objects in Global Environment
#'
#' @return nothind
#' @export
#'
#' @examples remove_objects()
remove_objects <- 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.