Learn R Programming

gtfstools (version 1.4.0)

convert_from_standard: Convert a standards-compliant GTFS into a gtfstools' GTFS

Description

Converts a standards-compliant GTFS into a gtfstools' GTFS (i.e. one in which date fields are Date objects, not integers).

Usage

convert_from_standard(gtfs)

Value

The GTFS object passed to the gtfs parameter, after converting the relevant fields.

Arguments

gtfs

A GTFS object, as created by read_gtfs().