attachDandD(dad) | R Documentation |
attachDandD(dad)
dad |
``dad'' object, created by DandD . |
By attaching a ``dad'' object to the search path, it is possible to refer
to each data vector organized in <Data> by their abbreviated names alone.
Such abbreviated names can be identified to the LongName simply by
typing the name of the ``dad object''. Otherwise, explicit specification of
each vector like eval(obj$women$height)
) is required.
By default an components in <Data > are attached in position 2 and later in the search path, immediately after the user's workspace and before all previously loaded packages and previously attached databases.
The environments
are returned invisibly with
"name"
attributes .
DandD
, attach
,
library
, detach
, search
,
objects
, environment
.
acidRain=DandD("AcidRain.dad") search() attachDandD(acidRain) search()