rm.all {desk} | R Documentation |
Remove All Objects
Description
Removes all objects from global environment, except those that are specified by argument keep
.
Usage
rm.all(keep = NULL)
Arguments
keep |
a vector of strings specifying object names to be kept in environment, optional, if omitted then all objects in global environment are removed. |
Value
None.
Examples
# No example available to avoid possibly unwanted object deletion in user environment.
[Package desk version 1.1.1 Index]