R/gtfs_cleaning.R
gtfs_split_ids.Rd
Split a GTFS object based on trip_ids
gtfs_split_ids(gtfs, trip_ids)
gtfs list
a vector of trips ids
Returns a named list of two gtfs objects. The `true` list contains trips that matched `trip_ids` the `false` list contains all other trips.