metro_lines {metro} | R Documentation |
All WMATA Rail Lines
Description
All WMATA Rail Lines
Usage
metro_lines
Format
A tibble with 6 rows and 6 variables:
- LineCode
Two-letter abbreviation for the line (e.g.: RD, BL, YL, OR, GR, or SV).
- DisplayName
Full name of line color.
- StartStationCode
Start station code. For example, will be F11 (Branch Avenue) for the Green Line, A15 (Shady Grove) for the Red Line, etc. Use this value in other rail-related APIs to retrieve data about a station.
- EndStationCode
End station code. For example, will be E10 (Greenbelt) for the Green Line, B11 (Glenmont) for the Red Line, etc. Use this value in other rail-related APIs to retrieve data about a station.
- InternalDestination
Intermediate terminal station code(s). During normal service, some trains on some lines might end their trip prior to the
StartStationCode
orEndStationCode.
A good example is on the Red Line where some trains stop at A11 (Grosvenor) or B08 (Silver Spring).NA
if not defined.
Details
As of 2021-02-22 22:00:00 ET.