I am stuck at the position of my project under "load data set" under process.
I am trying to process the files that were given to me as zip files which I have downloaded and unzipped. After that, I uploaded them to the files section (bottom right) of RStudio in the project tab. Yesterday after I tried to run my code the error that showed was:
"/bin/sh: 1: install.packages("tidyverse"): not found"
Today it was: " [image] Show Traceback
Error: '202012-divvy-tripdata.csv' does not exist in current working directory ('/cloud/project')."
The code I ran was: {r}
month1 <- read_csv("202012-divvy-tripdata.csv") as well as {r}
month1 <- read_csv("project/tripdata/202012-divvy-tripdata.csv")
Please help to move on from this step of my project!