get_airfares_dates_available {flightsbr} | R Documentation |
Retrieve all dates available for airfares data from ANAC website
get_airfares_dates_available(dom)
dom |
Logical. Defaults to |
Numeric vector.
## Not run: if (interactive()) {
# check dates
a <- get_airfares_dates_available(domestic = TRUE)
}
## End(Not run)