R/census_xw_ct10.R

#' Weighted crosswalk for 2020 & 2010 Census Census Tract values in 2010 Census Tract boundaries
#'
#' This crosswalk provides 2010 & 2020 Census Tract level data on Housing Units and Population in 2010 census Census Tract 
#' geographies for easy cross-comparison.
#' 
#' @format A tibble with 1,478 rows and 10 variables:
#' \describe{
#'   \item{ct10_id}{dbl 2010 Census Census Tract FIPS Code}
#'   \item{hu_2020}{dbl 2020 Housing Unit counts in 2010 Census Tract geography} 
#'   \item{pop_2020}{dbl 2020 Population counts in 2010 Census Tract geography}
#'   \item{ohu_2020}{dbl 2020 Occupied Housing Unit counts in 2010 Census Tract geography}
#'   \item{hu_2010}{dbl 2010 Housing Unit counts in 2010 Census Tract geography} 
#'   \item{pop_2010}{dbl 2010 Population counts in 2010 Census Tract geography}
#'   \item{huch1020}{dbl Change in housing unit counts from 2010 to 2020}
#'   \item{huch1020p}{dbl Percent change in housing unit counts from 2010 to 2020}
#'   \item{popch1020}{dbl Change in population from 2010 to 2020}
#'   \item{popch1020p}{dbl Percent change in population from 2010 to 2020}
#' }
"census_xw_ct10"
MAPC/mapcdatakeys documentation built on Jan. 29, 2025, 6:20 p.m.