powered by
Disruptions at a given stop
disruptions_at_stop( stop_id, disruption_status = NULL, user_id = determine_user_id(), api_key = determine_api_key() )
A tibble with the following columns:
disruption_mode
disruption_mode_description
disruption_id
title
url
description
disruption_status
disruption_type
published_on
last_updated
from_date
to_date
routes
stops
colour
display_on_board
display_status
Integer stop ID.
Character. Can be used to filter to either "current" or "planned" disruptions. Defaults to NULL, in which case no filter is applied.
Integer or character. A user ID or devid provided by Public Transport Victoria. Refer to ?ptvapi for more details.
?ptvapi
Character. An API key, with dashes, provided by Public Transport Victoria. Refer to ?ptvapi for more details.
if (FALSE) { disruptions_at_stop(1071) disruptions_at_stop(1071, disruption_status = "current") }
Run the code above in your browser using DataLab