Description Usage Arguments Value Examples
View source: R/akl_transport.R
Query routes by search_string and route_types
1 2 3 4 | get_routes_by_search_string_and_route_types(
search_string = NULL,
route_types = NULL
)
|
search_string |
string |
route_types |
string |
A tibble
1 2 3 4 5 6 7 8 | ## Not run:
get_routes_by_search_string_and_route_types(
search_string = "Albany Station",
route_types = c("3", "2")
)
## End(Not run)
# get routes by search_string and route_types
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.