R/place_geocodes.R

#' FIPS Codes and Location Names for Non Counties
#'
#' A dataset constructed from 2016 Place and Consolidated City Codes provided by
#' US Census Bureau.
#'
#' @format A dataframe with 19518 rows and 2 columns:
#'  \describe{
#'    \item{fips}{FIPS code as character string}
#'    \item{full_name}{Name in "Location, State" format}
#'  }
#' @source \url{https://www.census.gov/geographies/reference-files/2016/demo/popest/2016-fips.html}
"place_geocodes"
sf585978/countyFIPS documentation built on Aug. 9, 2019, midnight