detachSelect: Remove selected objects from the search path.

Description Usage Value Author(s) See Also Examples

View source: R/detachSelect.R

Description

Displays a dialog box with a list of items in the search path. Select those you wish to remove.

Usage

1

Value

A character vector with the names of the objects detached from the search path, or NULL if nothing was detached.

Author(s)

Mike Meredith, 9 May 2007

See Also

detach, search.

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
require(splines) # package
attach(trees)	# data frame
mean(Girth)
detachSelect()   # select "package:splines" and "trees" in the dialogue box (use 
            #   Shift-click or Ctrl-click) and press enter.
mean(Girth) # Error in mean(Girth) : object 'Girth' not found

## End(Not run)

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