tidyverse/readr

read_delim Unix vs windows newlines

jxu opened this issue · 0 comments

jxu commented

Seems to handle unix \n and windows \r\n. Is this documented anywhere?
If a CSV file with \r\n newlines has \n in a field, the implementation will also treat that as a newline?

read_csv(I("x,y\r\na,b\nc\r\nc,d"))