R/rma.R

Defines functions rma

Documented in rma

##' Remove all objects from the global environment
##'
##' An alias for \code{rm(list = ls())}.
##'
##' @export
##' @author Landon Sego
##' @keywords misc
rma <- function() {
  rm(list = ls(envir = .GlobalEnv), envir = .GlobalEnv)
} # rma

Try the Smisc package in your browser

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

Smisc documentation built on May 2, 2019, 2:46 a.m.