gtfs_get_hdwys: Get a set of headways by time period

View source: R/gtfs_get_hdwys.R

gtfs_get_hdwysR Documentation

Get a set of headways by time period

Description

Get a set of headways by time period

Usage

gtfs_get_hdwys(feed, route, service)

Arguments

feed

A GTFS object.

route

A character string with the route ID.

service

A character string with the service ID

Value

A tibble of time periods and headways.

Examples

hdwys <- gtfs_get_hdwys(feed = nfta_gtfs, route = "19", service = "1")

c-voulgaris/scenRios documentation built on March 18, 2023, 9:49 a.m.