Description Usage Arguments Value Examples
Infer service names from GTFS calendar
1 | lookupService(gtfs)
|
gtfs |
path to the zipped GTFS feed. |
data.table linking service_id to a descriptive service_name
1 2 | gtfs <- system.file('extdata', 'gtfs.zip', package = 'speedRT')
service_lu <- lookupService(gtfs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.