[R-gregmisc-users] SF.net SVN: r-gregmisc:[1586] trunk/SASxport/man/makeSASNames.Rd
Brought to you by:
warnes
From: <wa...@us...> - 2012-06-29 18:08:02
|
Revision: 1586 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1586&view=rev Author: warnes Date: 2012-06-29 18:07:56 +0000 (Fri, 29 Jun 2012) Log Message: ----------- Add documentation for the 'quiet' argument of makeSASNames(). Modified Paths: -------------- trunk/SASxport/man/makeSASNames.Rd Modified: trunk/SASxport/man/makeSASNames.Rd =================================================================== --- trunk/SASxport/man/makeSASNames.Rd 2012-06-28 02:27:02 UTC (rev 1585) +++ trunk/SASxport/man/makeSASNames.Rd 2012-06-29 18:07:56 UTC (rev 1586) @@ -7,13 +7,15 @@ Create valid and unique SAS names from a character vector. } \usage{ -makeSASNames(names, nchar = 8, maxPasses = 10) +makeSASNames(names, nchar = 8, maxPasses = 10, quiet=FALSE) } \arguments{ \item{names}{character vector of candidate names} \item{nchar}{maximum number of characters} - \item{maxPasses}{maximum number of attempt to resolve - truncation-related conflicts.} + \item{maxPasses}{maximum number of interations to resolve + truncation-related name duplication.} + \item{quiet}{Logical indicating whether to generate warning messages + when names are truncated or made unique.} } \details{ This function creates valid SAS names from a list of R object or This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |