R/clear.R

# -----------------------------------------------
# Function: Clean global workspace. 
# -----------------------------------------------
clear <- function () {
  do.call("rm",args=
    c(list=list(ls(envir = parent.frame()))),
    envir = parent.frame())
}

Try the schoRsch package in your browser

Any scripts or data that you put into this service are public.

schoRsch documentation built on Nov. 2, 2022, 1:06 a.m.