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