rmall {miscset} | R Documentation |
Remove All Objects from Global Environment
Description
Remove all objects from the global environment.
Usage
rmall(...)
Arguments
... |
Arguments forwarded to |
Author(s)
Sven E. Templer
See Also
Examples
#
a <- b <- letters
ls()
rmall()
ls()
#
[Package miscset version 1.1.0 Index]