get_bus_route: Get bus route information

Description Usage Arguments Value Examples

Description

Get bus route information

Usage

1
get_bus_route(routeName, from = "IETT")

Arguments

routeName

Route name

from

Website the data fetched ("trafi","IETT")

Value

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

Examples

1
2
3
4
5
6
## Not run: 
  route <- get_bus_route("43R")
  head(route$stops.going)
  plot_bus_route(route)

## End(Not run)

CTNL/IETTAnalyzer documentation built on May 30, 2019, 6:21 p.m.