latest_airfares_date {flightsbr} | R Documentation |
Check the date of the latest airfare data available
latest_airfares_date(dom = TRUE)
dom |
Logical. Defaults to |
A numeric date in the format yyyymm
.
Other support function:
latest_flights_date()
## Not run: if (interactive()) {
latest_date <- latest_airfares_date()
}
## End(Not run)