Read.csv() throws error

后端 未结 7 692
暗喜
暗喜 2021-01-18 03:49

I have been trying to read the excel file but seems like there is something wrong. The file is stored in Documents folder in excel format.

These are the error mess

7条回答
  •  -上瘾入骨i
    2021-01-18 04:32

    The file you are trying to read could be a UTF-16 encoded file as if it were not so encoded. Try with the fileEncoding = "UTF-16" argument

提交回复
热议问题