#' Clear All Functions
#'
#' Clears all functions from the present workspace.
#' @export
clear_funs <- function() {
mise(vars = FALSE, funs = TRUE, figs = FALSE, console = FALSE, pkgs = FALSE, where = parent.frame(2))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.