| merge_gtfs | R Documentation |
Combines two feeds table by table. By default, all identifiers and their foreign-key references receive feed-specific suffixes, preventing accidental collisions.
merge_gtfs(gtfs_x = NULL, gtfs_y = NULL, suffix = TRUE, ...)
gtfs_x, gtfs_y |
GTFS objects. |
suffix |
Logical. Append '.x' and '.y' to identifiers when 'TRUE'. |
... |
Supports the legacy arguments 'gtfs.x' and 'gtfs.y'. |
Standard references in routes, trips, stop times, shapes, calendars, frequencies, transfers, pathways, fare tables, networks, and booking rules are updated together. Non-standard tables are row-bound without identifier rewriting.
A validated 'wizardgtfs' object.
[GTFS Schedule Reference](https://gtfs.org/documentation/schedule/reference/)
merged <- merge_gtfs(for_rail_gtfs, for_rail_gtfs, suffix = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.