Learn R Programming

desk (version 1.1.2)

rm.all: Remove All Objects

Description

Removes all objects from global environment, except those that are specified by argument keep.

Usage

rm.all(keep = NULL)

Value

None.

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.

Examples

Run this code
# No example available to avoid possibly unwanted object deletion in user environment.

Run the code above in your browser using DataLab