

   DDeettaacchh oobbjjeeccttss ffrroomm sseeaarrcchh ppaatthh

        detach(name, pos = 2)

   AArrgguummeennttss::

       name: The object to detach.  Defaults to
             `search()[pos]'.

        pos: Index position in `search()' of database to
             detach.

   DDeessccrriippttiioonn::

        Detach a database, i.e., remove it from the `search()'
        patch of available objects. Usually, this either a
        `data.frame' which has been `attach'ed or a package
        which was required previously.

   VVaalluuee::

        The attached database is returned invisibly, either as
        `data.frame' or as `list'.

   SSeeee AAllssoo::

        `attach', `library', `search', `objects'.

   EExxaammpplleess::

        require(eda)#package
        detach(package:eda)

