translate_types {gtfsio} | R Documentation |
Translate GTFS specification types to R equivalent types
Description
Translate GTFS specification types to R equivalent types
Usage
translate_types(text_file, r_equivalents)
Arguments
text_file |
A named |
r_equivalents |
A named |
Value
A named list
holding a GTFS text file specification, but with
R data types instead of GTFS spec data types.
[Package gtfsio version 1.1.1 Index]