My data has around 2.6 million rows with both quotes and commas as delimiters. But sometimes there are commas withing a variable which i do not want to be considered as a delimiter.
Also, i think there is an open quote somewhere, so when i simply read.csv, i get only 1.3 million observations. But when i do it with quote="", i get the required number of observations, but the number of columns increase because the address variable ends up getting split on the comma.