R/standards.R
convert_to_standard.Rd
Converts a gtfstools' GTFS into a standards-compliant GTFS (i.e. date fields are converted from Date to integer).
convert_to_standard(gtfs)
A GTFS object, as created by read_gtfs()
.
The GTFS object passed to the gtfs
parameter, after converting the
relevant fields.