Nov18: November 2018

Nov18R Documentation

November 2018

Description

A data set containing the cleaned Divvy data for November 2018

Usage

data("Nov18")

Format

A data frame with 592 observations on the following 8 variables.

X

the row number, automatically generated by exporting the CSV

station_id

the station ID number, from the Divvy program

station_name

the station name, from the Divvy program

lat

the station latitude

long

the station longitude

total

the total number of station rides in the given month

electric

the total number of station rides on E-bikes in the given month

classic

the total number of station rides on classic bikes in the given month

Details

Cleaned data for number of Divvy rides by station in November 2018, subdivided by electric and classic bike, including all active network stations.

Source

https://divvy-tripdata.s3.amazonaws.com/Divvy_Trips_2018_Q4.zip

Examples

data(Nov18)
## maybe str(Nov18) ; plot(Nov18) ...

ccebra/Divvy-Data documentation built on June 12, 2022, 1:50 a.m.