Skip to content

bldavies/nyctrains

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

R package containing travel times between NYC subway stops

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages