# NOT RUN {
# Authentication
set_auth(
app_id = "<YOUR APP ID>",
app_code = "<YOUR APP CODE>"
)
# Create routes summaries between all POIs
mat <- route_matrix(
start = poi,
departure = as.POSIXct("2019-10-10 15:45:00"),
traffic = TRUE,
url_only = TRUE
)
# }
Run the code above in your browser using DataLab