Skip to content

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages