Re: [R] Problem reading a CSV

2008-07-01 Thread Jim Porzak
Nina, read.csv() will default fill = TRUE, or add to your read.table() argument list. If that does not help, you will need to use col.names argument. see ?read.table HTH, Jim Porzak Responsys, Inc. San Francisco, CA http://www.linkedin.com/in/jimporzak On Mon, Jun 30, 2008 at 11:16 AM, <[EMAIL

Re: [R] Problem reading a CSV

2008-07-01 Thread Paulo Barata
Nina, In which way have you obtained your CSV file? Did you export data from an Excel spreadsheet? Regards, Paulo Barata --- Paulo Barata Fundacao Oswaldo Cruz Rua Leopoldo Bulhoes 1480 - 8A 21041-210 Rio de Janeiro - RJ Bra

Re: [R] Problem reading a CSV

2008-06-30 Thread stephen sefick
does it really getting kicked down to another row or is this just an artifact of printing in the command window? On Mon, Jun 30, 2008 at 2:16 PM, <[EMAIL PROTECTED]> wrote: > Hi, > > I have a CSV file where each row has at least 20 columns and some rows have > up > to 30 columns of data. When I u

Re: [R] Problem reading a CSV

2008-06-30 Thread Doran, Harold
Why are you not using read.csv()? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] > Sent: Monday, June 30, 2008 2:17 PM > To: R-help@r-project.org > Subject: [R] Problem reading a CSV > > Hi, > > I have a CSV file where each row