Description Usage Arguments Value Examples
View source: R/akl_transport.R
Query stop times by trip id and sequence
1 | get_stop_times_by_trip_and_sequence(trip_id = NULL, stop_sequence = NULL)
|
trip_id |
string trip id |
stop_sequence |
integer Format - int64. stop sequence |
A tibble
1 2 3 4 5 6 7 8 | ## Not run:
get_stop_times_by_trip_and_sequence(
trip_id = "465203730-20201221160823_v95.106",
stop_sequence = "1"
)
## End(Not run)
# get stop times by trip and sequence
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.