I tried to import a text file company.txt in r using read.table and using tab as a delimiter. But everytime it says eof within quoted string. I have tried fill=true , quote = "\"'" but of no use. Here is what I entered:
> company <- read.table("company.txt",header=TRUE,sep = "\t",quote = "\"'",fill = TRUE,stringsAsFactors = FALSE, )
Warning message:
In scan(file = file, what = what, sep = sep, quote = quote, dec = dec, :
EOF within quoted string