read_mbta_gtfs: Read MBTA GTFS

View source: R/read_mbta_gtfs.R

read_mbta_gtfsR Documentation

Read MBTA GTFS

Description

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

Usage

read_mbta_gtfs(..., minimal = TRUE)

Arguments

...

arguments passed on to read_gtfs

minimal

A logical value, indicating whether the GTFS should contain only files indicated above

Value

A GTFS object


kmeakinmbta/opmitools documentation built on Oct. 25, 2023, 10:34 a.m.