Extract FlightRadar24 flight movements in the specified period

export_flights_fr24(wef, til)

Arguments

wef

(UTC) timestamp of With Effect From (included)

til

(UTC) timestamp of TILl instant (excluded)

Value

a dataframe of flights

Details

You need to store your credentials to access the FR24 tables in the following environment variables:

  • PRU_FR24_USR for the user id

  • PRU_FR24_PWD for the password

  • PRU_FR24_DBNAME for the database name

Examples

if (FALSE) {
export_flights_fr24("2017-09-01T10:30:00", "2017-09-01 11")
}