R/data.R

#' A lookup table for the phonetic alphabet
#'
#' A dataset containing the letters of the alphabet and their representation in
#' the phonetic alphabet (alpha, bravo, charlie, ..., zulu). The data is
#' formatted as an `enframed tibble` (see [tibble::enframe()]), suitable for use
#' in contexts such as the [lookup()] function.
#'
#' @format A `tibble` (data frame) with 26 rows and 2 variables:
#' \describe{
#'   \item{name}{letters of the alphabet}
#'   \item{value}{phonetic representation of the letters}
#' }
#' @md
"zulu_letters"
torfason/zulutils documentation built on Aug. 21, 2023, 5:46 p.m.