convert_from_standard {gtfstools} | R Documentation |
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)
Arguments
gtfs |
A GTFS object, as created by |
Value
The GTFS object passed to the gtfs
parameter, after converting the
relevant fields.
[Package gtfstools version 1.4.0 Index]