R/db_abbreviations_lup.R

#' Common abbreviations lookup table
#' 
#' A lookup table for abbreviations commonly used in object names in the ready4classpackage.
#' 
#' A tibble
#' 
#' \describe{
#'   \item{short_name_chr}{Short name (a character vector)}
#'   \item{long_name_chr}{Long name (a character vector)}
#'   \item{plural_lgl}{Plural (a logical vector)}
#' }
#' @source \url{https://readyforwhatsnext.github.io/readyforwhatsnext/}
"abbreviations_lup"
readyforwhatsnext/ready4class documentation built on Nov. 14, 2020, 1:29 a.m.