Loading data in Kaggle using the R Kernel

Im new to Kaggle and hoping someone who is more experienced can help.

Im attempting to run the code below in Kaggle;

dec_2020<- read_csv(“..input/divvy-trip-data/202012-divvy-tripdata.csv”)

I’ve added the biking sharing dataset “divvy-trip-data” to my notebook and I’m trying to access the csv file “202012-divvy-tripdata.csv” which is a file in that dataset. Whenever I do this though I get the following error;

Error: ‘..input/divvy-trip-data/202012-divvy-tripdata.csv’ does not exist in current working directory (‘/kaggle/working’).

How do I load the required data or change my working directory? Ive seen some responses online for the Phyton kernel but how can i successfully load in an R kernel? Thanks

Read more here: Source link