# NOT RUN {
# Provide an API Key for a HERE project
set_key("<YOUR API KEY>")
# Create routes summaries between all POIs
mat <- route_matrix(
origin = poi,
traffic = TRUE,
url_only = TRUE
)
# }
Run the code above in your browser using DataLab