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
> -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
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
3 matches
Mail list logo