Closed
Description
openedon Aug 2, 2019
read_delim
has escape_backslash
and escape_double
to read backslashed escape characters and quotes escaped by doubling them.
write_delim
by default escapes quotes by doubling them and does not offer other options. There should be an option to use backslash escaping. See qmethod
argument of write.table
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment