powered by
Removes all objects from global environment, except those that are specified by argument keep.
keep
rm.all(keep = NULL)
None.
a vector of strings specifying object names to be kept in environment, optional, if omitted then all objects in global environment are removed.
# No example available to avoid possibly unwanted object deletion in user environment.
Run the code above in your browser using DataLab