R/data.R

#' FIPS Codes
#'
#' This dataset provides a crosswalk between state names, postal codes, and
#'  FIPS codes. Used by the hpms() function. The variables are as follows:
#'
#' @format A data frame with 56rows and 4 variables:
#' \describe{
#'   \item{State_Name}{state name (e.g. 'Alabama')}
#'   \item{Postal_Code}{two character state postal code (e.g. 'AL')}
#'   \item{FIPS_Code}{Census Bureau FIPS Code (e.g. 1)}
#'   \item{STATE_NAME}{capitalized state name (e.g. 'ALAMABA')}
#' }
"fips_lookup"
markegge/fhwa_pm3 documentation built on June 16, 2024, 5:45 a.m.