Is there a way to preserve the encoding of the double quotation marks in readr::write_csv()
?
In something as simple as:
str <- tibble(x='“ABC”')
readr::write_csv(str,'a.csv')
Is there a way to preserve the encoding of the double quotation marks in readr::write_csv()
?
In something as simple as:
str <- tibble(x='“ABC”')
readr::write_csv(str,'a.csv')