R/data-street_type_decoder.R

#' @title Street type decoder
#' @description Some street types are commonly abbreviated.
#' This table decodes them to a standard.
#' @format A \code{data.table} of \code{48} rows and \code{2} columns
#' \describe{
#' \item{\code{street_abbrev}}{A possible abbreviation}
#' \item{\code{street_type}}{The standardized/full name}
#' }
#'

"street_type_decoder"
HughParsonage/PSMA documentation built on May 21, 2022, 10:16 p.m.