Returns information on all bus routes in Singapore that are currently in operation.

getBusServices(api_key)

Arguments

api_key

API key for LTA's Datamall

Value

A dataframe containing all the outputs from the Bus Routes API, such as the operator, stop sequence, bus stop code, and distance travelled.

Examples

# NOT RUN {
getBusRoutes(mykey)
# }