Issue loading data of “file name conversion proble

2019-08-26 06:38发布

问题:

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:

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

回答1:

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").


标签: r import rstudio