View source: R/TaxiAvailability.R
taxi_availability | R Documentation |
This functions calls upon the taxi availability API from data.gov.sg and returns a data frame of the locations of all availible taxis.
taxi_availability(date_time = "")
date_time |
Defaults to current (SGD) time. Format: YYYY-MM-DDTHH:MM:SS |
A dataframe containing the longitude and latitude values of availible taxis.
taxi_availability()
taxi_availability(date = "2019-08-07T09:30:00")
taxi_availability(date = "2018-06-05T13:45:00")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.