View source: R/get_servicepattern.R
| get_servicepattern | R Documentation |
Identifies each distinct set of 'service_id' values active on a calendar date. The same service may belong to more than one pattern when it operates alongside different services on different dates.
get_servicepattern(gtfs)
gtfs |
A GTFS object. |
A tibble with one row per service-to-pattern association and columns 'service_id', 'service_pattern', and 'pattern_frequency'. The frequency is the number of dates having that exact set of active services. Pattern numbers are ordered from most to least frequent. Calendar dates without active services are represented by 'service_pattern = "No service"' and 'service_id = NA'.
[GTFSwizard::filter_servicepattern()]
get_servicepattern(for_rail_gtfs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.