powered by
Return all airport details given an input IATA code, ICAO code, or airport name.
airport_detail(input, input_type)
An airport name, IATA code, or ICAO code. Input type will be guessed unless explicitly defined
One of "name", "IATA", or "ICAO". Function will attempt to guess type if not supplied
A 1x14 tibble with airport details
# NOT RUN { airport_detail("YVR") airport_detail("London Heathrow Airport") # }
Run the code above in your browser using DataLab