I'm trying to read csv file using R notebook and keep getting this error: Error: 'Examples/data/starbucks.csv' does not exist in current working directory ('C:/Users/c227466/Desktop') I'm not sure what's going on!
This is the code I used:
The error says there is no file named C:/Users/c227466/Desktop/Examples/data/starbucks.csv. It is very unlikely R is wrong about that. Check the spelling of every directory from Examples on down and of the file name.