gtfs_stop_frequency: Count the number of trips stopping at each stop between two...

View source: R/stops_per_week_functions.R

gtfs_stop_frequencyR Documentation

Count the number of trips stopping at each stop between two dates

Description

Count the number of trips stopping at each stop between two dates

Usage

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


ITSLeeds/UK2GTFS documentation built on Feb. 14, 2025, 11:20 a.m.