list_airports {rwunderground} | R Documentation |
Returns a data.frame of valid airport codes (ICAO and IATA).
Description
This dataset is from the openflights.org airport database. It can be found at http://openflights.org/data.html#airport. This data is provided under the open database license – more information can be found here: http://opendatacommons.org/licenses/odbl/1.0/.
Usage
list_airports()
Value
data.frame of airport codes with country and city
Examples
## Not run:
list_airports()
## End(Not run)
[Package rwunderground version 0.1.8 Index]