Google Analytics : RStudio Cloud won't let me upload "hotel_bookings.csv"

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") ##

Did you try "projects/Course 7/Week 3/hotel_bookings.csv" as the message indicates?

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.