Re: [R] trouble with write.foreign

2013-04-18 Thread David Winsemius
On Apr 18, 2013, at 2:39 PM, cmk087 wrote: > I am trying to write a 1x8 matrix into a text file so I can read it into > SAS. > When I tried using write.table I could not get just 8 columns and 1 rows > it would just write all the data in a line until it hit the end and went to > the next

Re: [R] trouble with write.foreign

2013-04-18 Thread Sarah Goslee
Hi, On Thursday, April 18, 2013, cmk087 wrote: > I am trying to write a 1x8 matrix into a text file so I can read it > into > SAS. > When I tried using write.table I could not get just 8 columns and 1 > rows > it would just write all the data in a line until it hit the end and went to > t