get_demographics: Get demographic data from Census

Description Usage Arguments

View source: R/get_demographics.R

Description

Get demographic data from Census

Usage

1
2
3
4
5
6
7
get_demographics(
  geography = "state",
  state,
  county = NULL,
  years = 2018,
  vars = c("SEX", "AGEGROUP", "RACE", "HISP")
)

Arguments

geography

state or county

state

name of the state

county

name of the county

years

vector of years for which we obtain data

vars

names of variables that define strat of which we want population estimates


excessmort documentation built on Oct. 11, 2021, 9:06 a.m.