R/rma.R
rma.Rd
Remove all variables from your environment.
rma(envir = .GlobalEnv, list = ls(pos = envir, envir = envir))
the environment to use. See ‘details’.
environment
a character vector (or NULL) naming objects to be removed.
NULL
Null
rma()