View source: R/fare_structure.R
read_fare_structure | R Documentation |
Read a fare structure object from a file
read_fare_structure(file_path, encoding = "UTF-8")
file_path |
A path pointing to a fare structure with a |
encoding |
A string. Passed to |
A fare structure object.
Other fare structure:
setup_fare_structure()
,
write_fare_structure()
path <- system.file("extdata/poa/fares/fares_poa.zip", package = "r5r")
fare_structure <- read_fare_structure(path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.