get_gtfs_standards {gtfsio}R Documentation

Generate GTFS standards

Description

Generates a list specifying the standards to be used when reading and writing GTFS feeds with R. Each list element (also a list) represents a distinct GTFS table, and describes:

Note: the standards list is based on the specification as revised in May 9th, 2022.

Usage

get_gtfs_standards()

Value

A named list, in which each element represents the R equivalent of each GTFS table standard.

Details

GTFS standards were derived from GTFS Schedule Reference. The R data types chosen to represent each GTFS data type are described below:

Examples

gtfs_standards <- get_gtfs_standards()


[Package gtfsio version 1.1.1 Index]