powered by
Please note that, even with a strong internet connection, this function may take several minutes to download relevant data.
get_airports(dir)
A character string---the folder for the dataset to be saved in
A data frame with ~1350 rows and 8 variables:
FAA airport code
Usual name of the airport
Location of airport
Altitude, in feet
Timezone offset from GMT
Daylight savings time zone. A = Standard US DST: starts on the second Sunday of March, ends on the first Sunday of November. U = unknown. N = no dst.
IANA time zone, as determined by GeoNames webservice
get_flights for flight data, get_weather for weather data, get_airlines for airline data, and anyflights for a wrapper function
get_flights
get_weather
get_airlines
anyflights
# NOT RUN { get_airports(dir = tempdir()) # }
Run the code above in your browser using DataLab