Divvy_Trips_2020_Q1 <- read_csv("https://divvy-tripdata.s3.amazonaws.com/Divvy_Trips_2020_Q1.zip")
Error: Reading from remote zip compressed files is not supported,
download the files locally first.
View(Divvy_Trips_2020_Q1)
Error in View : object 'Divvy_Trips_2020_Q1' not found
**