#' Clear All Packages
#'
#' Closes all packages that aren't part of base R.
#' @export
clear_pkgs <- function() {
mise(vars = FALSE, funs = FALSE, figs = FALSE, console = FALSE, pkgs = TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.