View source: R/gtfs_cleaning.R
gtfs_split_ids | R Documentation |
Split a GTFS object based on trip_ids
gtfs_split_ids(gtfs, trip_ids)
gtfs |
gtfs list |
trip_ids |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.