departure_to_tibble: Convert a single departure to a tibble

View source: R/departures.R

departure_to_tibbleR Documentation

Convert a single departure to a tibble

Description

This function is designed to parse the content returned by the interior steps of the departures functions.

Usage

departure_to_tibble(departure)

Arguments

departure

A departure, as a list, returned by the departures API call.

Value

A tibble consisting of the following columns:

  • stop_id

  • route_id

  • run_id (deprecated, use run_ref instead)

  • run_ref

  • direction_id

  • disruption_ids

  • scheduled_departure

  • estimated_departure

  • at_platform

  • platform_number

  • flags

  • departure_sequence


ptvapi documentation built on Aug. 15, 2022, 5:09 p.m.