attachDandD {dad}R Documentation

Attach Set of DandD Objects to Search Path

Usage

attachDandD(dad)

Arguments

dad ``dad'' object, created by DandD.

Details

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.

Value

The environments are returned invisibly with "name" attributes .

References

See Also

DandD, attach, library, detach, search, objects, environment.

Examples

acidRain=DandD("AcidRain.dad")
search()
attachDandD(acidRain)
search()

[Package dad version 2.0 Index]