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