View source: R/get_1stdeparture.R
| get_1stdeparture | R Documentation |
Returns the departure at the lowest 'stop_sequence' for every trip.
get_1stdeparture(gtfs)
gtfs |
A GTFS object. |
A tibble with 'route_id', 'trip_id', 'departure_time', and 'stop_id'.
[GTFS Schedule Reference](https://gtfs.org/documentation/schedule/reference/#stop_timestxt)
head(get_1stdeparture(for_rail_gtfs))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.