Learn R Programming

miscset (version 1.0.0)

rmall: Remove All Objects from Global Environment

Description

Remove all objects from the global environment.

Usage

rmall(...)

Arguments

...
Arguments forwarded to ls to get all objects.

See Also

rm, ls

Examples

Run this code
#

a <- b <- letters
ls()
rmall()
ls()

#

Run the code above in your browser using DataLab