R/state_info.R

#' State Data (FIPS, Abbreviations, etc)
#' @format a dataframe with 51 rows and 3 columns:
#' \describe{
#'   \item{name}{state name}
#'   \item{state_fips}{state fips code}
#'   \item{state_abbreviation}{state abbreviation}
#'    ...
#' }
#' @source \url{https://www.census.gov/library/reference/code-lists/ansi.html}

"state_info"
medewitt/tidyqwi documentation built on April 29, 2024, 9:46 p.m.