R/data.R

#' Counties FIPS 2020
#'
#' @name county_fips_2020
#'
#' @description
#' Contains three columns:
#' - state: state FIPS
#' - county: county FIPS
#' - name: county name
#'
#' @return tibble
#'
#' @usage
#' data("county_fips_2020")
#'
#' @md
#' @concept data
NULL

Try the tinytiger package in your browser

Any scripts or data that you put into this service are public.

tinytiger documentation built on Oct. 18, 2023, 1:11 a.m.