[R] convert the sas file into csv in R

yf chang648 at umn.edu
Thu Feb 17 23:35:09 CET 2011


i am trying to convert sas file into csv. I used write.csv(a,
file="cool.csv") but nothing come out. i don't know why. Thanks.


library(Hmisc)
a<- sasxport.get("C:\\Users\.....")
write.csv(a, file="cool.csv")
-- 
View this message in context: http://r.789695.n4.nabble.com/convert-the-sas-file-into-csv-in-R-tp3311769p3311769.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list