[R-gregmisc-users] SF.net SVN: r-gregmisc:[1569] trunk/gtools/man/smartbind.Rd
Brought to you by:
warnes
From: <wa...@us...> - 2012-06-19 14:00:21
|
Revision: 1569 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1569&view=rev Author: warnes Date: 2012-06-19 14:00:10 +0000 (Tue, 19 Jun 2012) Log Message: ----------- Document new 'verbose' argument to smartbind(). Modified Paths: -------------- trunk/gtools/man/smartbind.Rd Modified: trunk/gtools/man/smartbind.Rd =================================================================== --- trunk/gtools/man/smartbind.Rd 2012-06-19 13:56:52 UTC (rev 1568) +++ trunk/gtools/man/smartbind.Rd 2012-06-19 14:00:10 UTC (rev 1569) @@ -5,7 +5,7 @@ Efficient rbind of data frames, even if the column names don't match } \usage{ -smartbind(..., fill=NA, sep=':') +smartbind(..., fill=NA, sep=':', verbose=FALSE) } \arguments{ \item{\dots}{Data frames to combine} @@ -13,6 +13,8 @@ Defaults to \code{NA}. } \item{sep}{Character string used to separate column names when pasting them together.} + \item{verbose}{Logical flag indicating whether to display processing + messages. Defaults to \code{FALSE}.} } \value{ The returned data frame will contain: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |