print_board: Print arrivals/departures board

Description Usage Arguments Value

View source: R/print.R

Description

Print arrivals/departures board

Usage

1
2
3
4
5
6
7
8
9
print_board(
  x,
  show_details = getOption("show_details", default = FALSE),
  station = "destination",
  string = FALSE,
  show_header = TRUE,
  show_colours = getOption("show_colours", default = FALSE),
  ...
)

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.

string

Boolean flag to indicate whether or not the station board results, should be returned as a string.

show_header

Boolean flag to indicate if the header of board should be displayed or not.

show_colours

Boolean flag to indicate if the Expected time should be colour coded or not, based on service time.

...

Optional parameters (not used).

Value

Nothing, call for its side effect.


villegar/trainR documentation built on Aug. 14, 2021, 10:23 p.m.