R/rmAll.R

Defines functions rmAll

Documented in rmAll

#' Remove all objects from working environment
#' 
#' @export
#' 
rmAll <- function() {
  rm(list = ls())
}
johngodlee/JLGMisc documentation built on June 29, 2024, 9:15 p.m.