airport_detail {airportr} | R Documentation |
Return all airport details given an input IATA code, ICAO code, or airport name.
airport_detail(input, input_type)
input |
An airport name, IATA code, or ICAO code. Input type will be guessed unless explicitly defined |
input_type |
One of "name", "IATA", or "ICAO". Function will attempt to guess type if not supplied |
A 1x14 tibble with airport details
airport_detail("YVR")
airport_detail("London Heathrow Airport")