# These examples might require interaction to query the local keyring, or
# might fail due to network issues, so they are not run by default
if (FALSE) {
locations <- list(
c(8.669629, 49.413025),
c(8.675841, 49.418532),
c(8.665144, 49.415594)
)
# query for locations snapped onto the OpenStreetMap road network
res <- ors_snap(locations, radius = 350)
}
Run the code above in your browser using DataLab