Feb22 | R Documentation |
A data set containing the cleaned Divvy data for February 2022
data("Feb22")
A data frame with 800 observations on the following 14 variables.
the row number, automatically generated by exporting the CSV
the station ID number, from the Divvy program
the station name, from the Divvy program
the station latitude
the station longitude
the number of rides that start at the given station
the number of rides that end at the given station
the number of E-bike rides that start at the given station
the number of E-bike rides that end at the given station
the number of classic bike rides that start at the given station
the number of classic bike rides that end at the given station
the total number of station rides in the given month
the total number of station rides on E-bikes in the given month
the total number of station rides on classic bikes in the given month
Cleaned data for number of Divvy rides by station in February 2022, subdivided by electric and classic bike, including all active network stations.
https://divvy-tripdata.s3.amazonaws.com/202202-divvy-tripdata.zip
data(Feb22) ## maybe str(Feb22) ; plot(Feb22) ...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.