parse_directions_content: Parse content of directions API call

View source: R/directions.R

parse_directions_contentR 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 directions API call.

Value

A tibble consisting of the following columns:

  • direction_id

  • direction_name,

  • route_id

  • route_type

  • route_type_description

  • route_direction_description


ptvapi documentation built on May 29, 2024, 4:48 a.m.