R/rml.R

Defines functions rml

Documented in rml

#' rml
#'
#' ReMove List
#'
#' Wrapper to remove objects in environment
#'
#' @export

rml <- function(){
  remove(list=ls())
}
brandonsie/bms documentation built on Nov. 17, 2023, 11:38 a.m.