filter_week_days: Filter GTFS trips operating on week days
Description
Filter a GTFS data read using gtfs2gps::read_gtfs(). It removes the
trips operating only on Saturdays or Sundays. Note that it might produce
inconsistent outputs that can be removed by using gtfs2gps::remove_invalid().
Usage
filter_week_days(gtfs_data)
Value
A filtered GTFS data.
Arguments
gtfs_data
A list of data.tables read using gtfs2gps::reag_gtfs().