无法读取希腊字母的csv文件

时间:2018-02-05 18:07:15

标签: r read.csv

我无法在R中读取包含希腊字母的csv文件。我试过了:

read.csv('C:/users/trinhsk/downloads/diospyros_1/Substances (7).csv',header = F)

这个网站(How to detect the right encoding for read.csv?)建议我尝试不同的fileEncoding,但似乎没有任何效果。 R正在显示希腊字母:

enter image description here

然而在Excel中它就像:

enter image description here

有谁知道我做错了什么,或者我怎样才能正确阅读希腊字母?谢谢。文件可以在这里:https://drive.google.com/file/d/1K44FTvUFUWm5l-xwz58SgeSvj8lGYXTc/view?usp=sharing

1 个答案:

答案 0 :(得分:0)

根据这个link你可以先尝试“UTF-8”作为编码,如果这不起作用,只需设置

Sys.setlocale(category = "LC_ALL", locale = "Greek")