R/netex_fares_match.R
netex_fares_report.RdProduces a high level report of what is in a collection of NeTEx fare files: how many files, operators and lines are covered, the mix of products, trip types and passenger types, and how many files describe a usable zonal fare triangle. If a GTFS object is supplied it also reports how many lines could be matched to a GTFS route (the main scaling bottleneck nationally).
netex_fares_report(netex_list, gtfs = NULL)a list with elements `overview` (named numeric summary), `by_product`, `by_trip_type`, `by_user_type` (data.tables of counts) and, when `gtfs` is given, `match` (the [netex_match_routes()] table) and `unmatched` (distinct operator/line pairs with no GTFS route). The list is returned invisibly after printing a short summary.