rm.all | R Documentation |
Removes all objects from global environment, except those that are specified by argument keep
.
rm.all(keep = NULL)
keep |
a vector of strings specifying object names to be kept in environment, optional, if omitted then all objects in global environment are removed. |
None.
# No example available to avoid possibly unwanted object deletion in user environment.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.