Please help me to find the error source. I wanna open a .csv file in Rstudio. I am in the right directory but not opened. The error is below:
food <- read.csv("bbb.csv")
Error in file(file, "rt") : cannot open the connection
In addition: Warning message:
In file(file, "rt") : cannot open file 'bbb.csv': No such file or directory