station_data {bluebike} | R Documentation |
Blue bike station data
Description
A dataset that includes identification, position, and other basic information about bluebike stations
Usage
station_data
Format
A data frame of 423 rows and 8 columns
- number
Station ID
- name
Station name
- latitude
Latitude of the station
- longitude
Longitude of the station
- district
District of the station
- public
Character vector showing if a station is public
- total_docks
The number of docks at each station
- deployment_year
The year that the station was put into work
Source
The original source of the data are bluebikes system data retrieved from https://www.bluebikes.com/system-data
[Package bluebike version 0.0.3 Index]