R/disruptions.R
disruption_modes.Rd
Disruption mode types (eg. "metro_train", "metro_tram", "school_bus", "taxi") have corresponding integer IDs. This function retrieves a named vector in which the values are the disruption mode descriptions, and the names of the vector are the description mode numbers. Note that disruption mode names are in snake case, that is, all lower case with underscores between words.
disruption_modes(user_id = determine_user_id(), api_key = determine_api_key())
user_id | Integer or character. A user ID or devid provided by Public
Transport Victoria. Refer to |
---|---|
api_key | Character. An API key, with dashes, provided by Public
Transport Victoria. Refer to |
A named vector in which the values are the disruption mode descriptions, and the names of the vector are the description mode numbers.
if (FALSE) disruption_modes()