R/clear_vars.R

Defines functions clear_vars

Documented in clear_vars

#' Clear All Variables
#'
#' Clears all variables from the present workspace.
#' @export

clear_vars <- function() {
  mise(vars = TRUE, funs = FALSE, figs = FALSE, console = FALSE, pkgs = FALSE, where = parent.frame(2))
}
papplegate/mise documentation built on May 24, 2019, 6:15 p.m.