

   RReemmoovvee OObbjjeeccttss ffrroomm aa SSppeecciiffiieedd EEnnvviirroonnmmeenntt

        remove(..., list = character(0), pos = -1, envir = pos.to.env(pos),
               inherits = FALSE)
        rm    (..., list = character(0), pos = -1, envir = pos.to.env(pos),
               inherits = FALSE)

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

        `remove' and `rm' can be used to remove objects.  These
        can be specified successively as character strings, or
        in the character vector `list', or through a combina-
        tion of both.  All objects thus specified will be
        removed.

        If `envir' is NULL then the the currently active envi-
        ronment is searched first.

        If `inherits' is `TRUE' then parents of the supplied
        directory are searched until a variable with the given
        name is encountered.  A warning is printed for each
        variable that is not found.

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

        `ls', `objects'

