Hello,
I'm currently working on Google Data Analytics Certificate. I'm having a hard time learning how to import huge data. I'm trying to use the read.csv function or a function that can import data. I don't understand data how to correctly format the function and link to data from my computer. For an example, with this <- read.csv(paste0("../input/case-study-of-google-data-analysts-certificate/Cyclistic Bike Data/Cyclistic Bike Data/202112-divvy-tripdata.csv")) , I don't understand how to do the last of "(paste0("../input/case-study-of-google-data-analysts-certificate/Cyclistic Bike Data/Cyclistic Bike Data/202112-divvy-tripdata.csv")). I have a folder of the data and the csv files.