[R-gregmisc-users] SF.net SVN: r-gregmisc: [1165] trunk/SASxport/man/write.xport.Rd
Brought to you by:
warnes
From: <wa...@us...> - 2007-09-07 16:25:57
|
Revision: 1165 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1165&view=rev Author: warnes Date: 2007-09-07 09:25:56 -0700 (Fri, 07 Sep 2007) Log Message: ----------- Change argument name in write.xport from 'filename' to 'file' to match read.xport Modified Paths: -------------- trunk/SASxport/man/write.xport.Rd Modified: trunk/SASxport/man/write.xport.Rd =================================================================== --- trunk/SASxport/man/write.xport.Rd 2007-09-07 16:23:10 UTC (rev 1164) +++ trunk/SASxport/man/write.xport.Rd 2007-09-07 16:25:56 UTC (rev 1165) @@ -95,7 +95,7 @@ abc <- temp # create a SAS XPORT file -write.xport( abc, filename="xxx.dat" ) +write.xport( abc, file="xxx.dat" ) # list the contents of the file lookup.xport("xxx.dat") This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |