attach(what, pos = 2, name = deparse(substitute(what)))
what
|
``database'' to attach. Typically a
data.frame .
|
pos
|
integer specifying position in search() where
to attach.
|
name
| alternative way to specify the database to be attached. |
should say more here
environment
is returned invisibly with a
"name"
attribute.library
, detach
, search
,
objects
, environment
.data(women) attach(women) summary(height) #- which belongs to `women'