Revision: 1240
http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1240&view=rev
Author: arnima
Date: 2008-01-29 03:26:03 -0800 (Tue, 29 Jan 2008)
Log Message:
-----------
Added argument 'all'.
Modified Paths:
--------------
trunk/gdata/man/keep.Rd
Modified: trunk/gdata/man/keep.Rd
===================================================================
--- trunk/gdata/man/keep.Rd 2008-01-29 11:09:38 UTC (rev 1239)
+++ trunk/gdata/man/keep.Rd 2008-01-29 11:26:03 UTC (rev 1240)
@@ -7,12 +7,14 @@
Remove all objects from the default workspace, except those specified.
}
\usage{
-keep(..., list = character(0), sure = FALSE)
+keep(..., list = character(0), all = FALSE, sure = FALSE)
}
\arguments{
\item{...}{objects to be kept, specified one by one, quoted or
unquoted.}
\item{list}{character vector of object names to be kept.}
+ \item{all}{whether hidden objects (beginning with a \code{.}) should
+ be removed, unless explicitly kept.}
\item{sure}{whether to perform the removal, otherwise return names of
objects that would have been removed.}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|