R/counties_labels.R

#' County labels data
#'
#' Includes various state identifiers for easy merging.
#'
#' @format Data frame with columns
#' \describe{
#' \item{long, lat}{Longitude and latitude}
#' \item{county_name, county_fips, fips_class}{County name, five-digit FIPS and FIPS class code}
#' \item{state_name, state_abbv, state_fips}{State name, postal abbreviation, and two-digit FIPS code}
#' }
'counties_labels'

#' @importFrom tibble tibble
NULL
UrbanInstitute/urbnmapr documentation built on Sept. 8, 2019, 10:55 p.m.