View source: R/read_mbta_gtfs.R
read_mbta_gtfs | R Documentation |
read_mbta_gtfs
reads the current GTFS from the MBTA website.
Optionally, it filters to a minimal GTFS, containing only
agency.txt, calendar.txt, routes.txt, shapes.txt,
stop_times.txt, stops.txt, and trips.txt
read_mbta_gtfs(..., minimal = TRUE)
... |
arguments passed on to |
minimal |
A logical value, indicating whether the GTFS should contain only files indicated above |
A GTFS object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.