The R Project SVN R

Rev

Rev 24300 | Rev 38586 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 24300 Rev 27625
Line 22... Line 22...
22
  \code{remove} and \code{rm} can be used to remove objects.  These can
22
  \code{remove} and \code{rm} can be used to remove objects.  These can
23
  be specified successively as character strings, or in the character
23
  be specified successively as character strings, or in the character
24
  vector \code{list}, or through a combination of both.  All objects
24
  vector \code{list}, or through a combination of both.  All objects
25
  thus specified will be removed.
25
  thus specified will be removed.
26
 
26
 
27
  If \code{envir} is NULL then the the currently active environment is
27
  If \code{envir} is NULL then the currently active environment is
28
  searched first.
28
  searched first.
29
 
29
 
30
  If \code{inherits} is \code{TRUE} then parents of the supplied
30
  If \code{inherits} is \code{TRUE} then parents of the supplied
31
  directory are searched until a variable with the given name is
31
  directory are searched until a variable with the given name is
32
  encountered.  A warning is printed for each variable that is not
32
  encountered.  A warning is printed for each variable that is not