route_type_names {tidytransit} | R Documentation |
Dataframe of route type id's and the names of the types (e.g. "Bus")
Description
Extended GTFS Route Types: https://developers.google.com/transit/gtfs/reference/extended-route-types
Usage
route_type_names
Format
A data frame with 136 rows and 2 variables:
- route_type
the id of route type
- route_type_name
name of the gtfs route type
Source
https://gist.github.com/derhuerst/b0243339e22c310bee2386388151e11e
[Package tidytransit version 1.6.1 Index]