Description Usage Arguments Value Examples
Get bus route information
1 | get_bus_route(routeName, from = "IETT")
|
routeName |
Route name |
from |
Website the data fetched ("trafi","IETT") |
List object route.going Route shape of going route.return Route shape of return stops.going Bus stops of going stops.return Bus stops of return
1 2 3 4 5 6 | ## Not run:
route <- get_bus_route("43R")
head(route$stops.going)
plot_bus_route(route)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.