powered by
Lookup airport code (IATA and ICAO code). weatherunderground API might not recognize the IATA/ICAO code for smaller airports.
lookup_airport(location, region = NULL)
location string
region string
data.frame of matching airport name and IATA/ICAO codes
# NOT RUN { lookup_airport("Honolulu") lookup_airport("Pyongyang") lookup_airport("Portland", region = "Los_Angeles") # }
Run the code above in your browser using DataLab