[R-gregmisc-users] SF.net SVN: r-gregmisc:[1858] trunk/SASxport/tests/Alfalfa_Test.R
Brought to you by:
warnes
From: <wa...@us...> - 2014-07-21 14:30:34
|
Revision: 1858 http://sourceforge.net/p/r-gregmisc/code/1858 Author: warnes Date: 2014-07-21 14:30:30 +0000 (Mon, 21 Jul 2014) Log Message: ----------- add display output of read.xport in Alafalfa_Test.R test script Modified Paths: -------------- trunk/SASxport/tests/Alfalfa_Test.R Modified: trunk/SASxport/tests/Alfalfa_Test.R =================================================================== --- trunk/SASxport/tests/Alfalfa_Test.R 2014-07-21 13:52:16 UTC (rev 1857) +++ trunk/SASxport/tests/Alfalfa_Test.R 2014-07-21 14:30:30 UTC (rev 1858) @@ -5,8 +5,10 @@ Sys.setenv("TZ"="GMT") # existing data file -SPEC <- read.xport("Alfalfa.xpt") +SPEC <- read.xport("Alfalfa.xpt", verbose=TRUE) +str(SPEC) + ## Write it out again, pretending to be the same OS, SAS version, and creation date write.xport(SPEC, file="Alfalfa2.xpt", This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |