read_files {gtfsio} | R Documentation |
Read a GTFS text file
Description
Reads a GTFS text file from the main .zip
file.
Usage
read_files(file, fields, extra_spec, tmpdir, quiet, encoding)
Arguments
file |
A string. The name of the file (with |
fields |
A named list. Passed by the user to |
extra_spec |
A named list. Passed by the user to
|
tmpdir |
A string. The path to the temporary folder where GTFS text files were unzipped to. |
quiet |
Whether to hide log messages and progress bars (defaults to TRUE). |
encoding |
A string. Passed to |
Value
A data.table
representing the desired text file according to
the standards for reading and writing GTFS feeds with R.
See Also
[Package gtfsio version 1.2.0 Index]