Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 722 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 722 Bytes

nyctrains

nyctrains is an R package containing data on the New York City subway network. The package provides the following three data frames.

  • routes: subway route names and colors.
  • stops: subway stop names and locations.
  • travel_times: route-specific minimum travel times between consecutive stops.

These data are derived from static GTFS feeds published by the Metropolitan Transportation Authority here.

Installation

nyctrains can be installed from GitHub via remotes:

library(remotes)
install_github('bldavies/nyctrains')

License

CC0