when I try to run: data <- read.csv(file.choose(),header = TRUE)
I should be able to select (csv) files from my laptop but I cant. The popup windows is limiting my options to preinstall R files and I cant navigate my way out to find the csv file I want to select from my laptop. It looks like it follows /cloud/project path (not sure, just my guess, still learning). This popup window is the same I get by clicking on import dataset.
On the other hand, when I entered the following syntax: read.csv(path, header = TRUE, sep = “,”)
where path is obtained by selecting desired file and pressing CTRl+Shift+C. I get error message
Error: ‘U’ used without hex digits in character string (:1:14)
I have tried to change / with in the path, and also other syntaxes but nothing seems to work. Any help will be highly appreciated. Thanks in advance.
data <- read.csv(file.choose(),header = TRUE) Expecting to be able to select csv file from my laptop
Miguel Zerega is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.