Displaying 1 result from an estimated 1 matches for "field4r3".
Did you mean:
field1r3
2012 Mar 26
2
read.csv and field containing single quotes
...quot;,"header4"
"field1r1","field2r1","field3r1","field4r1"
"field1r2","field2r2","field3r2PartA), field3r2PartB Very" Long","field4r2"
"field1r3","field2r3","field3r3","field4r3"
read.csv(filename, quote="\"'", header=TRUE) won't read the file
represented above, unless the 3rd line has Very"" (double quotes)
instead of Very" (single quotes)... and this is documented (scan() man
page).
Assuming that the creation of such csv fil...