[R-gregmisc-users] SF.net SVN: r-gregmisc:[1857] trunk/SASxport/tests/dfAttributes.R
Brought to you by:
warnes
From: <wa...@us...> - 2014-07-21 13:52:23
|
Revision: 1857 http://sourceforge.net/p/r-gregmisc/code/1857 Author: warnes Date: 2014-07-21 13:52:16 +0000 (Mon, 21 Jul 2014) Log Message: ----------- Minor code reformatting. Modified Paths: -------------- trunk/SASxport/tests/dfAttributes.R Modified: trunk/SASxport/tests/dfAttributes.R =================================================================== --- trunk/SASxport/tests/dfAttributes.R 2014-07-21 13:51:43 UTC (rev 1856) +++ trunk/SASxport/tests/dfAttributes.R 2014-07-21 13:52:16 UTC (rev 1857) @@ -24,7 +24,9 @@ ) # read the SAS data back in -abc.in <- read.xport("dfAttributes.xpt", names.tolower=FALSE) +abc.in <- read.xport("dfAttributes.xpt", + names.tolower=FALSE, + verbose=TRUE) ## Test that the files are otherwise identical label(abc.out, self=TRUE, "MISSING!") This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |