r-transit / tidytransit

R package for working with GTFS data
https://r-transit.github.io/tidytransit/
150 stars 22 forks source link

update route_type_names #159

Closed polettif closed 3 years ago

polettif commented 3 years ago

route_type_names has the same colname for ids (route_type) as the routes table. This way, left_join(gtfs_duke$routes, route_type_names) works without specifying columns.