R/clear_funs.R

Defines functions clear_funs

Documented in clear_funs

#' 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))
}
papplegate/mise documentation built on May 24, 2019, 6:15 p.m.