searchAirport: Function searches a specific airport(s) by IATA code, ICAO...

Description Usage Arguments Value Author(s) Examples

Description

Function searches a specific airport(s) by IATA code, ICAO code or country code

Usage

1
searchAirport(by, value)

Arguments

by

character, should be set to iata, icao or countryCode

value

character, an iata, icao or country code

Value

data.frame() with the airport(s)

Author(s)

Emelie Hofland, emelie_hofland@hotmail.com

Examples

1
airports <- searchAirport(by="countryCode","NL")

Emelieh21/FlightsR documentation built on May 3, 2019, 11:48 p.m.