Re: [R] more columns that column names

2008-06-02 Thread Jorge Ivan Velez
Dear Paul, Perhaps read.delim2() can do the job easily. HTH, Jorge On Mon, Jun 2, 2008 at 3:41 PM, Paul Adams <[EMAIL PROTECTED]> wrote: > Hello to everyone, > I have gotten my file to print to screen but when I use read.table I am > getting an error message that > says there are" more colum

Re: [R] more columns that column names

2008-06-02 Thread Julian Burgos
Hi Paul, The easiest thing to to is to open the file using a text editor (Notepad will do) and examine the first few lines. You can add add a column name if needed. Julian Paul Adams wrote: Hello to everyone, I have gotten my file to print to screen but when I use read.table I am getting

[R] more columns that column names

2008-06-02 Thread Paul Adams
Hello to everyone, I have gotten my file to print to screen but when I use read.table I am getting an error message that says there are" more columns than column names."This is a file that was not created by me so I am not sure how to investigate and solve this problem.I looked in the help file