detach(name, pos = 2)
name
|
The object to detach. Defaults to search()[pos] .
|
pos
|
Index position in search() of database to
detach. When name is numeric , pos = name
is used.
|
search()
patch
of available R objects. Usually, this either a data.frame
which has been attach
ed or a package which was required
previously.data.frame
or as list
.attach
, library
, search
,
objects
.require(eda)#package detach(package:eda) library(mva) detach(2)# `pos' used for `name'