[R-gregmisc-users] SF.net SVN: r-gregmisc: [1244] trunk/SASxport/man/write.xport.Rd
Brought to you by:
warnes
From: <wa...@us...> - 2008-02-29 15:37:25
|
Revision: 1244 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1244&view=rev Author: warnes Date: 2008-02-29 07:37:16 -0800 (Fri, 29 Feb 2008) Log Message: ----------- Correct typo in write.xport man page Modified Paths: -------------- trunk/SASxport/man/write.xport.Rd Modified: trunk/SASxport/man/write.xport.Rd =================================================================== --- trunk/SASxport/man/write.xport.Rd 2008-02-07 17:10:27 UTC (rev 1243) +++ trunk/SASxport/man/write.xport.Rd 2008-02-29 15:37:16 UTC (rev 1244) @@ -39,8 +39,8 @@ converted to upper case. All characters outside of the set A-Z, 0-9, and '\_' are converted to '\_'. \item Character variables are stored as characters. - \item If \code{make.formats=TRUE} (the default), factor variables are stored as numeric with an appropriate SAS - format specification. If \code{make.formats=FALSE}, factor + \item If \code{autogen.formats=TRUE} (the default), factor variables are stored as numeric with an appropriate SAS + format specification. If \code{autogen.formats=FALSE}, factor variables are stored as characters. \item All numeric variables are stored as double-precision floating point values utilizing the IBM mainframe double precision floating This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |