Description Usage Arguments Details Value See Also
Creates a
| 1 | getlaststops(GTFSroutes., GTFStrips., GTFSstop_times., GTFSstops.)
 | 
| GTFSroutes. | A GTFS routes table, best load into environment with  | 
| GTFStrips. | A GTFS trips table, best load into environment with  | 
| GTFSstop_times. | A GTFS stop_times table, best load into environment with  | 
| GTFSstops. | A GTFS stops table, best load into environment with  | 
Uses SQL within R to create a table containing each unique route_id in the GTFS provided,
for each route, it's shape_id and the stop_code and stop_id of the last stop in that shape.
usefull for the creation of XML files using makexmlsiri
A data.frame containing for each unique route_id in the GTFS tables it's
shape_id and the stop_id and stop_code of the last stop in that shape
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.