getAwy: Get airways data from the database

Description Usage Arguments Value

Description

getAwy gets detailed airways info from the database. Internally it uses grep.

Usage

1
getAwy(x, fix = NA, exact = TRUE)

Arguments

x

An airway name (as a character string), or part thereof.

fix

An optional navaid/navfix name. If given, only the airways that include this are returned.

exact

If FALSE, x is matched partially (i.e. all airways that contain x in their name are returned. If TRUE, x is matched exactly (i.e. only airways that are exactly named x will be returned). Defaults to TRUE.

Value

A list of data.frames. Each data.frame describes the segments of one airway, and its columns are: "fix1", "fix1Lat", "fix1Lon", "fix2", "fix2Lat", "fix2Lon", "isHigh", "baseFL", "topFL", "awy", "id1", "id2", "dist", "angle"


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