[R-gregmisc-users] SF.net SVN: r-gregmisc:[1344] trunk/gdata/man/write.fwf.Rd
Brought to you by:
warnes
From: <wa...@us...> - 2009-07-16 02:52:08
|
Revision: 1344 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1344&view=rev Author: warnes Date: 2009-07-16 02:52:07 +0000 (Thu, 16 Jul 2009) Log Message: ----------- Correct minor typos in write.fwf() man page Modified Paths: -------------- trunk/gdata/man/write.fwf.Rd Modified: trunk/gdata/man/write.fwf.Rd =================================================================== --- trunk/gdata/man/write.fwf.Rd 2009-07-16 02:50:52 UTC (rev 1343) +++ trunk/gdata/man/write.fwf.Rd 2009-07-16 02:52:07 UTC (rev 1344) @@ -75,11 +75,11 @@ data back into \R. Check examples. Do read the details about \code{quoteInfo} argument. -Use only *true* character, i.e., avoid use of "\t" or similar separators +Use only *true* character, i.e., avoid use of "T" or similar separators for \code{sep}. Width of the separator is taken as number of characters in \code{sep} as evaluated via \code{\link{nchar}}. -Use \code{na} to convert missing/unknown values. Only single value can +Use \code{NA} to convert missing/unknown values. Only single value can be specified in \code{na}. Use \code{\link{NAToUnknown}} prior to export if you need greater flexibility. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |