Re: [R] convert the sas file into csv in R

2011-02-17 Thread Joshua Wiley
Hi yf, On Thu, Feb 17, 2011 at 2:35 PM, yf wrote: > > 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\.") Let's back up a little bit. What type of file are you

Re: [R] convert the sas file into csv in R

2011-02-17 Thread Nordlund, Dan (DSHS/RDA)
> -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-bounces@r- > project.org] On Behalf Of yf > Sent: Thursday, February 17, 2011 2:35 PM > To: r-help@r-project.org > Subject: [R] convert the sas file into csv in R > > > i am trying to c

[R] convert the sas file into csv in R

2011-02-17 Thread yf
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-in