read_fare_structure {r5r} | R Documentation |
Read a fare structure object from a file
Description
Read a fare structure object from a file
Usage
read_fare_structure(file_path, encoding = "UTF-8")
Arguments
file_path |
A path pointing to a fare structure with a |
encoding |
A string. Passed to |
Value
A fare structure object.
See Also
Other fare structure:
setup_fare_structure()
,
write_fare_structure()
Examples
path <- system.file("extdata/poa/fares/fares_poa.zip", package = "r5r")
fare_structure <- read_fare_structure(path)
[Package r5r version 2.0 Index]