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

getBusStops(api_key)

Arguments

api_key

API key for LTA's Datamall

Value

A dataframe containing all the outputs from the Bus Stops API, such as the bus stop code, road name, description, and coordinates.

Examples

# NOT RUN {
getBusStops(mykey)
# }