Retrieve from ANAC website all dates available for airport movements data.

get_airport_movement_dates_available(date = NULL)

Arguments

date

Numeric. Either a 6-digit date in the format yyyymm or a 4-digit date input yyyy. Defaults to NULL, in which case the function retrieves information for all years available.

Value

Numeric vector.

Examples

if (FALSE)  if (interactive()) {
# check dates
a <- get_airport_movement_dates_available()
}