[R] Writing - specyfic format

2007-06-28 Thread jastar
Hi all, I have a trouble - I need to write file in a very specyfic format. I have two vectors which different lengths and one data.frame (or matrix). I want to write it to *.txt file in following way: 1st row of file is my 1st vector (separate by spacebar) 2nd row of file is 2nd vector (also

Re: [R] Writing - specyfic format

2007-06-28 Thread Earl F. Glynn
jastar [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi all, I have a trouble - I need to write file in a very specyfic format. I have two vectors which different lengths and one data.frame (or matrix). I want to write it to *.txt file in following way: 1st row of file is my 1st

Re: [R] Writing - specyfic format

2007-06-28 Thread jastar
That's exactly what I need. Thank's a lot!! Earl F. Glynn wrote: jastar [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi all, I have a trouble - I need to write file in a very specyfic format. I have two vectors which different lengths and one data.frame (or matrix). I