Hi all,
I have a problem with writing a *.CSV file in UTF-8 formate

I tried to write a dataframe named  "dfPREINDX" to the new file named
"preindx.csv" in below formate

write.table(dfPREINDX,PreIndex,fileEncoding="UTF-8",sep="|",row.names=FALSE)

but its throed an error  like

Error in write.table(dfPREINDX, "preindx.csv", fileEncoding = "UTF-8", sep =
"|",  :
  unused argument(s) (fileEncoding = "UTF-8")

can any one please help me how to create a file in UTF-8  formate.


Thanks in advance
kiran.

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to