Hi there,
I can not access to this project. I tried with the coruse instructions and with other previos solutions but it keep failing. Could you please take a look?
library(readr)
hotel_bookings <- read_csv("Course 7/Week 3/hotel_bookings.csv")
Error: 'Course 7/Week 3/hotel_bookings.csv' does not exist in current working directory ('/cloud/project').
if this line causes an error, copy in the line setwd("projects/Course 7/Week 3") before it.
bookings_df <- read_csv("hotel_bookings.csv") ##