get_airfares_dates_available: Retrieve all dates available for airfares data from ANAC...

View source: R/utils_airfares.R

get_airfares_dates_availableR Documentation

Retrieve all dates available for airfares data from ANAC website

Description

Retrieve all dates available for airfares data from ANAC website

Usage

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

## Not run:  if (interactive()) {
# check dates
a <- get_airfares_dates_available(domestic = TRUE)
}
## End(Not run)

flightsbr documentation built on June 8, 2025, 1:17 p.m.