v0.4.1
- Minor changes:
- The
read_flights()
function now usesfread(encoding = 'Latin-1')
internally to avoid issues with encoding. Closed #35. - The function
get_airport_movement_dates_available()
does not throw warnings ofNA
values anymore. - The
read_aircrafts()
function now usedfread(skip = 1)
internally to read column names correctly.
- The