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.

utility function to recode/rename column names

define col naming convention for APDF data

Usage

load_apdf(.apt, .trim = TRUE)

read_apdf(.apt)

make_nice_names_apdf(.df)

colspec

trim_ganp_cols(.ds)

Format

An object of class col_spec of length 3.

Arguments

.apt

ICAO location indicator of airport

.trim

boolean to remove superflous columns from supplied tibble

.df

APDF tibble/dataframe

.ds

tibble with APDF variables

Value

tibble of APDF data set

Examples

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