batrips: Bay Area bike share data

Description Usage Format Source

Description

Anonymised bike share trips from the Bay Area for the year 2014.

Usage

1

Format

A data.frame containing 326339 rows and 11 columns.

integer - trip_id - unique id associated with each trip
integer - duration - duration of the trip (in seconds)
POSIXct - start_date - start date including time
character - start_station - station where trip started
integer - start_terminal - terminal id of station where trip started
POSIXct - end_date - end date including time
character - end_station - station where trip ended
integer - end_terminal - terminal id of station where trip ended
integer - bike_id - unique id of the bike used
character - subscription_type - subscription holder or regular customer?
character - zip_code - zip code

Source

Data from 2017 on: https://s3.amazonaws.com/baywheels-data/index.html (Please see NEWS.md for more info on project page).


bikeshare14 documentation built on April 7, 2021, 9:06 a.m.