findApt: Find airports in the database

Description Usage Arguments Value Examples

Description

findApt finds airports in the database by searching for matches in the airport description. Internally it uses grep.

Usage

1

Arguments

x

A character string containing a regular expression to be matched in the airport descriptions.

Value

A data.frame of airports found, with columns: "icaoCode", "fullName", "elevation", "lat", "lon".

Examples

1
2
findApt("Makedonia")   # Find by description
findApt("LGTS")   # Find by ICAO code

thlytras/rfgfs documentation built on May 31, 2019, 10:44 a.m.