R/datadoc.R

#' Counts and fractions of race by congressional district
#'
#' @details Counts are taken from the 5-year ACS.
#'  ACS codes used are `"B01001_001"` for Total VAP population,
#'  `"B01001H_001"` for Non-Hispanic White,
#'  `"B01001B_001"` for Black,
#'  `"B01001I_001"` for Hispanic,
#'  `"B01001D_001"` for Asian, and
#'  `"B01001C_001"` for American Indian.
#'
#'
#' @seealso <https://www.shirokuriwaki.com/ccesMRPprep/reference/get_acs_cces.html>
#'
#' @author 5-Year American Community Survey, 2014-2018
"race_by_cd"

#' District 2018 Descriptions and Information
#'
#' @author Daily Kos Elections
#'
#' @source
#'   The Daily Kos Elections naming guide to the nation's congressional districts.
#'   \url{https://bit.ly/2XsFI5W}
#'
#'   Daily Kos, "2008, 2012, & 2016 results for districts used in 2018."
#'   \url{https://bit.ly/3bXtAPB}
#' @seealso <https://www.shirokuriwaki.com/ccesMRPprep/reference/cd_info_2018.html>
"cd_info"
kuriwaki/donner-map documentation built on March 8, 2021, 5:31 a.m.