parse_directions_content {ptvapi} | R Documentation |
Parse content of directions API call
Description
This function is designed to parse the content returned by the interior
steps of the directions
function.
Usage
parse_directions_content(directions_content)
Arguments
directions_content |
A direction, as a list, returned by the
|
Value
A tibble consisting of the following columns:
-
direction_id
-
direction_name
, -
route_id
-
route_type
-
route_type_description
-
route_direction_description
[Package ptvapi version 2.0.5 Index]