When converting data to csv Excel normally encloses categorical variables which contain commas in quotation marks. For example: \"MÉ******, ****¿.
When using the read.csv.sql
function, I'm having huge issues with handling the commas, and the execution of the code get frequently halted due to this.
When using the read.csv
function I don't have this problem, and this is because of the way the function uses the quote argument.
Does Anyone know how to replicate the same behaviour with read.csv.sql
?