Skip to contents

Export the flight list

Usage

export_flight_info(wef, til, lobt_buffer = c(before = 28, after = 24))

Arguments

wef

(UTC) timestamp of LOBT With Effect From (included). Liberal format, i.e. "2019-07-14", "2019-07-14 10:21" "2019-07-14T10:21:23Z"

til

(UTC) timestamp of LOBT TILl instant (excluded)

lobt_buffer

The number of hours before and after LOBT to query [default before = 28, after = 24]. This is related to how LOBT is stored in the underlying database table.

Value

a data frame of flight info

Examples

if (FALSE) {
export_flight_info("2020-01-20", "2020-01-21")
}