May16 | R Documentation |
A data set containing the cleaned Divvy data for May 2016
data("May16")
A data frame with 475 observations on the following 8 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 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 May 2016, subdivided by electric and classic bike, including all active network stations.
https://divvy-tripdata.s3.amazonaws.com/Divvy_Trips_2016_Q1Q2.zip
data(May16) ## maybe str(May16) ; plot(May16) ...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.