Retrieve all dates available for airfares data from ANAC website

get_airfares_dates_available(dom)

Arguments

dom

Logical. Defaults to TRUE download airfares of domestic flights. If FALSE, the function downloads airfares of international flights.

Value

Numeric vector.

Examples

if (FALSE)  if (interactive()) {
# check dates
a <- get_airfares_dates_available(domestic = TRUE)
}