print_board {trainR}R Documentation

Print arrivals/departures board

Description

Print arrivals/departures board

Usage

print_board(x, show_details = FALSE, station = "destination", ...)

Arguments

x

Tibble with arrivals/departures information.

show_details

Boolean flag to indicate if detail information about previous calling points should be included or not.

station

String to indicate if the destination or origin station should be displayed.

...

Optional parameters (not used).

Value

Nothing, call for its side effect.


[Package trainR version 0.0.1 Index]