Re: [R] Accessing table elements and escape characters

2010-10-20 Thread Dieter Menne
sachinthaka.abeywardana wrote: > > > I get the error: > A<-read.table("P:/temp.csv",header=TRUE, sep=","); > Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, > na.strings, : > line 11018 did not have 85 elements > > but when i open it in excel everything is fine. > > Bette

[R] Accessing table elements and escape characters

2010-10-19 Thread sachinthaka . abeywardana
Hi All, Are there any escape characters that I should be aware of when using table.read? I don't have any '#' characters in this table. I get the error: A<-read.table("P:/temp.csv",header=TRUE, sep=","); Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, : line 11018 d