frequencies_to_stop_times: frequencies_to_stop_times

frequencies_to_stop_timesR Documentation

frequencies_to_stop_times

Description

Convert a GTFS 'frequencies' table to equivalent 'stop_times' that can be used for routing.

Usage

frequencies_to_stop_times(gtfs)

Arguments

gtfs

A set of GTFS data returned from extract_gtfs.

Value

The input GTFS data with data from the 'frequencies' table converted to equivalent 'arrival_time' and 'departure_time' values in stop_times.

See Also

Other augment: gtfs_transfer_table()


gtfsrouter documentation built on Sept. 24, 2023, 1:08 a.m.