v0.4.0
flightsbr v0.4.0
-
Major changes:
- The functions
read_flights()andread_airport_movements()now have a new parametercache, which indicates whether the function should read cached data downloaded previously. Defaults toTRUE. Closed #31. - The function
read_aircrafts()now has adateparameter, which allows one to download the data on aircrafts registered at ANAC at particular years/months. Closed #33.
- The functions
-
Minor changes:
- All functions now return numeric columns with
numericclass. Closed #32.
- All functions now return numeric columns with
-
Bug fixes: