I am taking the Google Data Analytics Course. I am in course 7 and its all about R. However in week 2 and 3, I have had trouble uploading the "hotel_booking.csv" using the following:
hotel_bookings <- read_csv("hotel_bookings.csv")
In the activity, they said if there is an error message to have this prior to the previous code:
setwd("projects/Course 7/Week 3")
However, I continue to get these error codes.
hotel_bookings <- read_csv("hotel_bookings.csv")
Error: 'hotel_bookings.csv' does not exist in current working directory ('/cloud/project').
setwd("projects/Course 7/Week 3")
Error in setwd("projects/Course 7/Week 3") :
cannot change working directory
Does anyone have any tips or a solution to this issue?