fwrite is fast, but as an Excel user, sometimes the encoding is causing me much trouble. There is such a case, when I write files using fwrite, it is fast can could be read correctly in R, but not in Excel (the Chinese characters are in messy codes). But when I use readr::write_excel_csv, I get the correct format. Is there an option in fwrite to write Excel readable csv?
Thanks.
fwriteis fast, but as an Excel user, sometimes the encoding is causing me much trouble. There is such a case, when I write files usingfwrite, it is fast can could be read correctly in R, but not in Excel (the Chinese characters are in messy codes). But when I usereadr::write_excel_csv, I get the correct format. Is there an option infwriteto write Excel readable csv?Thanks.