rm.all: Remove All Objects

View source: R/rm.all.R

rm.allR 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.

desk documentation built on May 29, 2024, 6:05 a.m.

Related to rm.all in desk...