Remove all variables from your environment.

rma(envir = .GlobalEnv, list = ls(pos = envir, envir = envir))

Arguments

envir

the environment to use. See ‘details’.

list

a character vector (or NULL) naming objects to be removed.

Value

Null

Examples

rma()