metro_stations {metro} | R Documentation |
All WMATA Rail Stations
Description
All WMATA Rail Stations
Usage
metro_stations
Format
A tibble with 95 rows and 10 variables:
- StationCode
Station code for this station. Use this value in other rail-related APIs to retrieve data about a station.
- StationName
Full name for this station, as shown on the WMATA website.
- StationTogether
For stations with multiple platforms (e.g.: Gallery Place, Fort Totten, L'Enfant Plaza, and Metro Center), the additional
StationCode
will be listed here.- LineCodes
Character vector of two-letter abbreviations (e.g.: RD, BL, YL, OR, GR, or SV) served by this station. If the station has an additional platform, the lines served by the other platform are listed in the
LineCodes
values for the record associated with theStationCode
found inStationTogether.
- Lat
Latitude.
- Lon
Longitude.
- Street
Street address (for GPS use).
- City
City.
- State
State (abbreviated).
- Zip
Zip code.
Details
As of 2021-02-22 22:00:00 ET.