Re: [R] problem reading in a csv file

2009-06-22 Thread jim holtman
Check for unbalanced quotes or comments. try: count.fields("RWM Shopper Tracker - RAW DATA - 22JUN09 - Copy.csv", quote='', comment.char='', sep=",") On Mon, Jun 22, 2009 at 9:38 PM, Chris Howden wrote: > Morning all, > > I'm trying to read in a csv file and R is having some problems. For some >

[R] problem reading in a csv file

2009-06-22 Thread Chris Howden
Morning all, I'm trying to read in a csv file and R is having some problems. For some reason its not 'seeing' all the columns for each row, and as such is not reading in the file. I've opened the file in EXCEL and I can't see any problems with it. All rows have the correct number of columns. The