Skip to contents

This data is provided for testing purposes. We need to see whether to provide this data as part of the package to the end user.

Usage

load_apdf(.apt, .trim = TRUE)

Arguments

.apt

character of airport location indicator, either EGLL, LSZH, or LTFM

.trim

boolean to remove superflous columns from supplied tibble

Value

tibble of APDF data set

Examples

if (FALSE) { # \dontrun{
ds <- load_apdf("LSZH")
} # }