Attaching arbitrary lists

  attach() is a generic function that allows not only directories and data frames to be attached to the search list, but other classes of object as well. In particular any object of mode list may be attached in the same way:

attach(any.old.list)



Jeff Banfield
2/13/1998