0

enter image description hereI used this code to save a csv file as utf 8 in R, but it doesnt work. please help me

write.csv(zan,"C:/Users/ali/Desktop/payani/zan.csv",fileEncoding = "UTF-8")

alireza
  • 113
  • 6
  • What does "doesn't work" mean exactly here? It's easier to help you if you include a simple [reproducible example](https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example) with sample input and desired output that can be used to test and verify possible solutions. – MrFlick Feb 11 '20 at 17:37
  • Does this answer your question? [How to export a csv in utf-8 format?](https://stackoverflow.com/questions/3792846/how-to-export-a-csv-in-utf-8-format) – JON Feb 11 '20 at 18:31

0 Answers0