[R-gregmisc-commits] r2077 - pkg/gdata/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Feb 5 18:30:41 CET 2016


Author: warnes
Date: 2016-02-05 18:30:41 +0100 (Fri, 05 Feb 2016)
New Revision: 2077

Modified:
   pkg/gdata/man/update.list.Rd
Log:
Add documentation for update() data.frame method.

Modified: pkg/gdata/man/update.list.Rd
===================================================================
--- pkg/gdata/man/update.list.Rd	2016-02-05 17:30:08 UTC (rev 2076)
+++ pkg/gdata/man/update.list.Rd	2016-02-05 17:30:41 UTC (rev 2077)
@@ -1,5 +1,6 @@
 \name{update.list}
 \alias{update.list}
+\alias{update.data.frame}
 \title{
   Update the elements of a list
 }
@@ -11,11 +12,13 @@
 \usage{
 update.list(object, new, unnamed=FALSE, ...)
 \method{update}{list}(object, new, unnamed=FALSE, ...)
+\method{update}{data.frame}(object, new, unnamed=FALSE, ...)
 }
 \arguments{
   \item{object}{List to be updated.}
   \item{new}{List containing new elements.}
   \item{unnamed}{Logical. If \code{TRUE}, unnamed elements of \code{new} will be appended to \code{object}}
+  \item{...}{optional method arguments (ignored)}
 }
 \note{
   This method can be called directly, or as via the S3 base method for \code{update}.



More information about the R-gregmisc-commits mailing list