Takes two or more node id's in order.

shortest_route(rt = c(33200, 15389))

Arguments

rt

See also

Examples

# NOT RUN {
shortest_route(c(get_node("Wareham")$id,
get_node("Bournemouth University")$id)) %>% mapview()

# }