View source: R/stops_per_week_functions.R
gtfs_stop_frequency | R Documentation |
Count the number of trips stopping at each stop between two dates
gtfs_stop_frequency(
gtfs,
startdate = lubridate::ymd("2020-03-01"),
enddate = lubridate::ymd("2020-04-30")
)
gtfs |
GTFS object from gtfs_read() |
startdate |
Start date |
enddate |
End date |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.