Closed polettif closed 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.
left_join(gtfs_duke$routes, route_type_names)
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.