Learn R Programming

rwunderground (version 0.1.8)

list_airports: 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()

Arguments

Value

data.frame of airport codes with country and city

Examples

Run this code
# NOT RUN {
list_airports()
# }

Run the code above in your browser using DataLab