rmSelect: Remove (delete) objects from the Global environment.

Description Usage Value Author(s) See Also Examples

View source: R/rmSelect.R

Description

Displays a dialog box with a list of objects in the Global environment. Select those you wish to remove.

Usage

1

Value

A character vector with the names of the objects deleted, or NULL if nothing was deleted.

Author(s)

Mike Meredith, 27 Nov 06

See Also

rm.

Examples

1
2
3
4
5
6
7
8
## Not run: 
delete.me <- 5
me.too <- "foobar"
rmSelect()	# select "delete.me" and "me.too" in the dialogue box (use 
            #   Shift-click or Ctrl-click) and press enter.
delete.me   # Error: object 'delete.me' not found

## End(Not run)

mikemeredith/MMmisc documentation built on Nov. 8, 2019, 11:34 p.m.