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")
)

Arguments

gtfs

GTFS object from gtfs_read()

startdate

Start date

enddate

End date