print_board {trainR} | R Documentation |
Print arrivals/departures board
print_board(x, show_details = FALSE, station = "destination", ...)
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). |
Nothing, call for its side effect.