I am trying to export data.frame to csv using utf-8 encoding. I tried to create a file with write.csv without success, and help (write.csv) did not mention any specific tips for creating this specific result. Here is my current export line.
write.csv(prod_out, file="product_output.csv",append=FALSE,eol="\r")
Any advice you can offer is appreciated.
r
analyticsPierce
source share