[R] read.table(..)..Help?

2003-11-20 Thread forkusam
Hallo, can someone please help me. I have a proplem reading a file with more that one rows. e.g I used the function: p-read.table(file=FILENAME , header=TRUE,sep=;) and later used the data.Frame() function. It functions when the file has only a row of variables. When I insert the second row I

Re: [R] read.table(..)..Help?

2003-11-20 Thread Ko-Kang Kevin Wang
On Thu, 20 Nov 2003, forkusam wrote: Hi; Thanks for the quick reply. I am presently not sittinh infront of my computer so I can't tell you the exact error message but. I have read through the documentation and have found nothing of help. Yes. the columns are separated by semicolons

Re: [R] read.table(..)..Help?

2003-11-20 Thread Philipp Pagel
On Wed, Nov 19, 2003 at 11:11:27PM -0800, forkusam wrote: p-read.table(file=FILENAME , header=TRUE,sep=;) and later used the data.Frame() function. It functions when the file has only a row of variables. It is not at all clear to me what you are doing and what is going wrong. Please provide