We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: https://developer.wmata.com/docs/services/5476364f031f590f38092507/operations/5476364f031f5909e4fe3312
Code:
dat <- wmata_api( path = "Rail.svc/json/jStationTimes", query = list(StationCode = "A01"), level = 1, api_key = api_key )
The FirstTrains and LastTrains values are empty.
FirstTrains
LastTrains
{ "StationTimes": [ { "Code": "E10", "StationName": "Greenbelt", "Monday": { "OpeningTime": "04:50", "FirstTrains": [], "LastTrains": [] }, "Tuesday": { "OpeningTime": "04:50", "FirstTrains": [], "LastTrains": [] }, "Wednesday": { "OpeningTime": "04:50", "FirstTrains": [], "LastTrains": [] }, "Thursday": { "OpeningTime": "04:50", "FirstTrains": [], "LastTrains": [] }, "Friday": { "OpeningTime": "04:50", "FirstTrains": [], "LastTrains": [] }, "Saturday": { "OpeningTime": "06:50", "FirstTrains": [], "LastTrains": [] }, "Sunday": { "OpeningTime": "07:50", "FirstTrains": [], "LastTrains": [] } } ] }
The text was updated successfully, but these errors were encountered:
Use example data for rail_times()
rail_times()
117a350
Until #15 is fixed
No branches or pull requests
Docs: https://developer.wmata.com/docs/services/5476364f031f590f38092507/operations/5476364f031f5909e4fe3312
Code:
The
FirstTrains
andLastTrains
values are empty.The text was updated successfully, but these errors were encountered: