route_types {ptvapi} | R Documentation |
Retrieve a translation from route type number to name
Description
Route types (tram, train, etc.) are provided to the PTV API as an integer code. This function retrieves a named vector in which the values are the route type descriptions, and the names of the vector are the route type numbers. Note that "Night Bus" is a separate route type.
Usage
route_types(user_id = determine_user_id(), api_key = determine_api_key())
Arguments
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 |
Value
A named integer vector in which the values are the route type descriptions, and the names of the vector are the route type numbers.
Examples
## Not run:
route_types()
## End(Not run)
[Package ptvapi version 2.0.5 Index]