powered by
Retrieve all dates available for airfares data from ANAC website
get_airfares_dates_available(dom)
Numeric vector.
Logical. Defaults to TRUE download airfares of domestic flights. If FALSE, the function downloads airfares of international flights.
TRUE
FALSE
if (FALSE) if (interactive()) { # check dates a <- get_airfares_dates_available(domestic = TRUE) }
Run the code above in your browser using DataLab