R/geog_xw_2010.R

#' Crosswalk Between 2010 Census blocks with 2010 tracts, 2010 block groups, and MA municipalities & counties
#'
#' This crosswalk provides an easy way to categorise the 2010 blocks into various geographies
#' 
#' @format A tibble with 109158 rows and 10 variables:
#' \describe{
#'   \item{bl10_id}{chr 2010 Census Block FIPS Code}
#'   \item{bg10_id}{chr 2010 Census Block Group FIPS Code} 
#'   \item{ct10_id}{chr 2010 Census Tract FIPS Code}
#'   \item{cosub_cn10}{chr 2010 County Subdivision FIPS Code}
#'   \item{muni_id}{dbl Municipal ID Number 1 Abington through 351 Yarmouth}
#'   \item{muni_name}{chr Official Municipality name}
#'   \item{county}{chr Massachusetts County Name}
#'   \item{statefp}{chr Massachusetts state FIPS Code}
#'   \item{countyfp}{chr Massachusetts county FIPS Code}
#'   \item{cousubfp}{chr Massachusetts county subdivision FIPS Code}
#' }
"geog_xw_2010"
MAPC/mapcdatakeys documentation built on Jan. 29, 2025, 6:20 p.m.