View source: R/gtfs_get_hdwys.R
| gtfs_get_hdwys | R Documentation |
Get a set of headways by time period
gtfs_get_hdwys(feed, route, service)
feed |
A GTFS object. |
route |
A character string with the route ID. |
service |
A character string with the service ID |
A tibble of time periods and headways.
hdwys <- gtfs_get_hdwys(feed = nfta_gtfs, route = "19", service = "1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.