A similar question has been asked regarding read.csv, but I can't work this out myself.
I am trying to import about 28k lines of data from a CSV file using read.table. I get the error message:
In scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, :EOF within quoted string
And only a subset (about 7k lines) are imported. There doesn't seem to be anything wrong with the data where the import failed.
What does the error 'EOF within quoted string' mean exactly, and how can I find what is causing it?
Many thanks