Issue loading data of “file name conversion proble

2019-08-26 06:57发布

I tried to open Excel data using import data in the RStudio, but I got this error:

file name conversion problem - name too long?

See the session screenshot below:

R Error

What is the problem, and how can I handle this?

标签: r import rstudio
1条回答
够拽才男人
2楼-- · 2019-08-26 07:09

Answer goes out to Adam Sampson.

It looks like you have a problem because the path name has non-English characters in it. You have two option:

  • rename directory into English then use "Import Text Data";
  • read a dataset from a console using command dataset <- read_csv("c:/ <copy rest of path> /Affect.txt").
查看更多
登录 后发表回答