Revision: 1350
http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1350&view=rev
Author: ggorjan
Date: 2009-07-16 10:55:53 +0000 (Thu, 16 Jul 2009)
Log Message:
-----------
Reverting recent change and clarifying the meaning.
Modified Paths:
--------------
trunk/gdata/man/write.fwf.Rd
Modified: trunk/gdata/man/write.fwf.Rd
===================================================================
--- trunk/gdata/man/write.fwf.Rd 2009-07-16 03:23:06 UTC (rev 1349)
+++ trunk/gdata/man/write.fwf.Rd 2009-07-16 10:55:53 UTC (rev 1350)
@@ -75,13 +75,13 @@
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
-for \code{sep}. Width of the separator is taken as number of characters
-in \code{sep} as evaluated via \code{\link{nchar}}.
+Use only *true* character, i.e., avoid use of tabs, i.e., "\\t", or similar
+separators via argument \code{sep}. Width of the separator is taken as
+the number of characters evaluated via \code{\link{nchar}(sep)}.
-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.
+Use argument \code{na} to convert missing/unknown values. Only single value
+can be specified. Use \code{\link{NAToUnknown}} prior to export if you need
+greater flexibility.
If \code{rowCol} is not \code{NULL} and \code{rownames=TRUE}, rownames
will also have column name with \code{rowCol} value. This is mainly for
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|