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?
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?
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:
dataset <- read_csv("c:/ <copy rest of path> /Affect.txt")
.