flightsbr v1.0.0
-
Breaking changes:
- The names of all columns in the data outputs are now cleanned with {janitor}
- Function
read_airports()
now downloads v2 version of public airports data. Closes #41
-
Major changes:
-
Minor changes:
- Internally check of the consistency of date inputs. The date input must be consistent in either a 6-digit format
yyyymm
OR a 4-digit formatyyyy
. - New support function
latest_airfares_date()
- Fix error that stopped reading aircraft data
read_aircrafts()
for multiple months when the number of collums differed across months. Fixed usingdata.table::rbindlist(fill = TRUE)
- Internally check of the consistency of date inputs. The date input must be consistent in either a 6-digit format