I am trying to read a csv file in R to start cleaning data. Currently working on my Google Data Analytics Capstone Project. Any guidance would be helpful
I have included the code I input and the error I get from the system
daily_activity <- read.csv('dailyActivity_merged.csv')
Error in file(file, "rt") : cannot open the connection In addition: Warning message: In file(file, "rt") : cannot open file 'dailyActivity_merged.csv': No such file or directory