This function was deprecated in favor of read_aircraft() simply to
fix a typo in the function name.
Arguments
- date
Numeric. Date of the data in the format
yyyymm. Defaults to the latest date available. To download the data for all months in a year, the user can pass a 4-digit year inputyyyy. The function also accepts a vector of dates, likec(202201, 202301)orc(2022, 2024).- showProgress
Logical. Defaults to
TRUEdisplay progress.- cache
Logical. Whether the function should read cached data downloaded previously. Defaults to
TRUE. IfFALSE, the function will always download the data and overwrite cached data.
See also
Other download flight data:
read_aircraft(),
read_flights()
Examples
if (FALSE) if (interactive()) {
# Read aircraft data
aircraft <- read_aircraft(date = 202001,
showProgress = TRUE)
} # \dontrun{}