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