Re: [R] Problem exporting data using write.foreign

2010-10-20 Thread Andrew Miles
-project.org [mailto:r-help-boun...@r- project.org] On Behalf Of Andrew Miles Sent: Wednesday, October 20, 2010 10:10 AM To: r-help@r-project.org Subject: [R] Problem exporting data using write.foreign My question is about the write.foreign() command in the foreign package. I use a command

Re: [R] Problem exporting data using write.foreign

2010-10-20 Thread Nordlund, Dan (DSHS/RDA)
> -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r- > project.org] On Behalf Of Andrew Miles > Sent: Wednesday, October 20, 2010 10:10 AM > To: r-help@r-project.org > Subject: [R] Problem exporting data using write.foreign > >

[R] Problem exporting data using write.foreign

2010-10-20 Thread Andrew Miles
My question is about the write.foreign() command in the foreign package. I use a command like the following to try and output data and a code file to read my data into SAS. write.foreign(data.frame.object, datafile="filepath", codefile="filepath", package="SAS", dataname="myData") With m