lookup_airport: Lookup airport code (IATA and ICAO code). weatherunderground...

Description Usage Arguments Value Examples

View source: R/location.R

Description

Lookup airport code (IATA and ICAO code). weatherunderground API might not recognize the IATA/ICAO code for smaller airports.

Usage

1
lookup_airport(location, region = NULL)

Arguments

location

location string

region

region string

Value

data.frame of matching airport name and IATA/ICAO codes

Examples

1
2
3
4
5
6
## Not run: 
lookup_airport("Honolulu")
lookup_airport("Pyongyang")
lookup_airport("Portland", region = "Los_Angeles")

## End(Not run)

ALShum/rwunderground documentation built on May 5, 2019, 11:34 a.m.