Returns all planned road openings.
getRoadOpenings(api_key)
Arguments
api_key |
API key for LTA's Datamall |
Value
A dataframe containing the details for each planned road opening, such as the start date, end date, and new road name
Examples
# NOT RUN {
getRoadOpenings(mykey)
# }