get_stop_by_trip_from_stop: Get stop by Trip from stop

Description Usage Arguments Value Examples

View source: R/akl_transport.R

Description

Query stop by Trip from stop

Usage

1
get_stop_by_trip_from_stop(trip_id = NULL, stop_id = NULL)

Arguments

trip_id

string trip unique identifier

stop_id

string stop unique identifier

Value

A tibble

Examples

1
2
3
4
5
6
7
8
## Not run: 
get_stop_by_trip_from_stop(
  trip_id = "51100221657-20201221160823_v95.106",
  stop_id = "0140-20201221160823_v95.106"
)

## End(Not run)
# get stop by trip from stop

Tina-ye112/kiaora documentation built on Feb. 25, 2021, 2:03 p.m.