I need help with loading data with read.csv on the R programming language i am taking on google.
This is the code
read.csv("hotel_bookings.csv")
The error message is
Error in file(file, "rt") : cannot open the connection
In addition: Warning message:
In file(file, "rt") :
cannot open file 'hotel_bookings.csv': No such file or directory
I included this other code before the read.csv code as instructed
setwd("projects/Course 7/Week 4")
The error message is
Error in setwd("projects/Course 7/Week 4") :
cannot change working directory
Please I need help with this. Thanks.