R/data.R

#' @title County-level statistics, 1999-2015
#'
#' @md
#' @description Variables are downloaded via `tidycensus`.
#'
#' The dataset `county_stat` combines `county_median_age`, `county_race_gender`,
#' and `county_educ`.
#'
#' Note that variables in `county_educ` refer to county population 25 years and
#' over.
#'
#' @name county_stat
"county_stat"

#' @rdname county_stat
"county_median_age"

#' @rdname county_stat
"county_race_gender"

#' @rdname county_stat
"county_educ"
jjchern/census.stat documentation built on May 29, 2019, 1:03 a.m.