Description Usage Arguments Value
create shortest route from a start to an end visit several stops using TSP
1 2 3 |
from |
start address (text) |
to |
ende address (text) |
visits |
stops and visits address in between start and ende |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.