On Sun, 22 Jun 2014 06:00:19 AM Chitra Baniya wrote: > Can someone go through the same and suggest what I am missing out. > > > cftc = read.table("cftcdata_ncn.csv", sep = ',', header = TRUE, fill = > > TRUE) > Warning message: > In scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, : > EOF within quoted string > Hi, I guessed you have also tried with function read.csv instead of > read.table.
Hi Chitra, Perhaps you have an isolated single quote somewhere in the file, as in the name O'Rourke. Jim ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.