[R-gregmisc-users] SF.net SVN: r-gregmisc:[1720] trunk/SASxport/man/read.xport.Rd
Brought to you by:
warnes
From: <wa...@us...> - 2013-10-09 18:20:26
|
Revision: 1720 http://sourceforge.net/p/r-gregmisc/code/1720 Author: warnes Date: 2013-10-09 18:20:23 +0000 (Wed, 09 Oct 2013) Log Message: ----------- Change to camelcase Modified Paths: -------------- trunk/SASxport/man/read.xport.Rd Modified: trunk/SASxport/man/read.xport.Rd =================================================================== --- trunk/SASxport/man/read.xport.Rd 2013-10-09 18:18:08 UTC (rev 1719) +++ trunk/SASxport/man/read.xport.Rd 2013-10-09 18:20:23 UTC (rev 1720) @@ -181,12 +181,12 @@ } ## We can also get the dataset wrapped in a list -w <- read.xport(testfile, as.list=TRUE) +w <- read.xport(testFile, as.list=TRUE) class(w) sapply(w, head) ## And we can ask for the format information to be included as well. -w <- read.xport(testfile, as.list=TRUE, include.formats=TRUE) +w <- read.xport(testFile, as.list=TRUE, include.formats=TRUE) class(w) sapply(w, head) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |