Hello! Data analysis beginner here working to complete her case study from the Google Data Analytics Certificate Program. I have been struggling to import my excel files into R using the read_csv() function. An error keeps popping up every time I run the code, and I'm not sure how to fix the syntax error. Any suggestions would be much appreciated!
Thank you for replying! Unfortunately, I inputted the code you suggested and now this error message pops up: Error:
'C:/Users/Dinah/Downloads/Fitbit_fitness_tracker_data/dailyActivity_merged.csv' does not exist.
But, I see the file on my computer and I copied the path straight from the location. So I'm not sure how it could not exist? Don't know what I'm missing...
Here is the path of the file I'm trying to import if that helps with any suggestions on how to fix:
Hello Sydney, I am also a beginner struggling with my first google capstone project,bike sharing data. i facing some ram issues. feeling easy to see a beginner like me.
The simplest way to get around this problem is probably to copy or move the file into your working directory. You can see what your working directory is by running.
getwd()
Having the file in your working directory will shorten the file path you have to write and lessen the chance of typos. When the file is there, you can run