[R] R Dataframe to SAS dataset

hadley wickham h.wickham at gmail.com
Fri Nov 17 19:28:02 CET 2006


> How can write my data-frame object into a SAS data set using R? I know
> write.foreign does this...But I need to know more with examples...Could
> somebody help on this?

I find the easiest way is to write out a csv file, and then import
that into SAS.

Hadley



More information about the R-help mailing list