I keep getting an error when trying to import my file?

Hi,

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:

starbucks <- read_csv("Examples/data/starbucks.csv")
starbucks

Thank you

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.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.