create_shortest_route_ft_visit: create_shortest_route_ft_visit

Description Usage Arguments Value

Description

create shortest route from a start to an end visit several stops using TSP

Usage

1
2
3
create_shortest_route_ft_visit(from, to, visits = NULL, mode = c("driving",
  "walking", "bicycling", "transit"), method = "concorde", control = NULL,
  ...)

Arguments

from

start address (text)

to

ende address (text)

visits

stops and visits address in between start and ende

Value

a named list of list(rftv, rftv_tbl) rftv: c(from, visits, to) address ordered by visit order in shortest route rftv_tbl: route data.frame in legs structure by following above rftv route


gyang274/route documentation built on May 17, 2019, 9:41 a.m.