export_flights_fr24: Export FlightRadar24 flight movements for an interval of time

View source: R/fr24.R

export_flights_fr24R Documentation

Export FlightRadar24 flight movements for an interval of time

Description

Extract FlightRadar24 flight movements in the specified period

Usage

export_flights_fr24(wef, til)

Arguments

wef

(UTC) timestamp of With Effect From (included)

til

(UTC) timestamp of TILl instant (excluded)

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

Value

a dataframe of flights

See Also

Other read/export: export_allft_so6(), export_apds(), export_event_so6(), export_event_trajectory(), export_flight_info(), export_flights_at_airport_fr24(), export_hourly_adsb(), export_model_trajectory(), export_movements(), export_positions_at_airport_fr24(), export_positions_fr24(), generate_so6(), parse_airspace_prisme(), read_cpr(), read_flights_fr24(), read_positions_fr24(), read_so6()

Examples

## Not run: 
export_flights_fr24("2017-09-01T10:30:00", "2017-09-01 11")

## End(Not run)

euctrl-pru/trrrj documentation built on March 10, 2024, 1:12 p.m.