| filter_feed_by_date | R Documentation | 
Only stop_times, stops, routes, services (in calendar and calendar_dates), shapes, frequencies and transfers belonging to one of those trips are kept.
filter_feed_by_date(
  gtfs_obj,
  extract_date,
  min_departure_time,
  max_arrival_time
)
| gtfs_obj | gtfs feed (tidygtfs object) | 
| extract_date | date to extract trips from this day (Date or "YYYY-MM-DD" string) | 
| min_departure_time | (optional) The earliest departure time. Can be given as "HH:MM:SS", hms object or numeric value in seconds. | 
| max_arrival_time | (optional) The latest arrival time. Can be given as "HH:MM:SS", hms object or numeric value in seconds. | 
tidygtfs object with filtered tables
filter_feed_by_area(), filter_feed_by_stops(), filter_feed_by_trips()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.