where_iata: IATA localization

Description Usage Arguments Value Examples

View source: R/where_iata.R

Description

where_iata answers the question: "Where is located the airport with this IATA code?".

Usage

1
where_iata(IATA_code)

Arguments

IATA_code

a string or vector of strings containing the three letters IATA code(s)

Value

A dataframe containing IATA code, ICAO codes, Airport name, Location served, Time zone, and DST.

Some of the fields may be 'na'.

Examples

1
2
where_iata("YVR")
where_iata(c("YVR","CHC"))

whereport documentation built on May 2, 2019, 2:09 p.m.