# Provide an API Key for a HERE project
set_key("")
# All traffic incidents from the beginning of 2018
incidents <- incident(
aoi = aoi,
from = as.POSIXct("2018-01-01 00:00:00"),
url_only = TRUE
)
Run the code above in your browser using DataLab