#' @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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.