gtfs_set_min_hdwy: Update trips and stop_times with a new set of headways

View source: R/gtfs_set_min_hdwy.R

gtfs_set_min_hdwyR Documentation

Update trips and stop_times with a new set of headways

Description

Update trips and stop_times with a new set of headways

Usage

gtfs_set_min_hdwy(feed, route, service, new_hdwy)

Arguments

feed

A GTFS object.

route

A character string with the route ID.

service

A character string with the service ID

new_hdwy

A number with the new minimum headway

Value

An updated GTFS object.

Examples

new_feed <- gtfs_set_min_hdwy(feed = nfta_gtfs,
                             route = "19",
                             service = "1",
                             new_hdwy = 5)

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