get_genstate_vax: Get general population state COVID vaccine data from CDC and...

View source: R/get_genstate_vax.R

get_genstate_vaxR Documentation

Get general population state COVID vaccine data from CDC and Census 2020 18+ pop estimates

Description

Pulls the latest data from the CDC on COVID vaccinations initiated for adults in a state and then merges alongside a population number from the 18+ 2020 Census population estimates for that state to use for rate calculation.

Usage

get_genstate_vax()

Value

a data frame with the following columns: State, Date, General.Initiated, General.Adult.Population

Examples

# get state-level vax data
st_gen_df <- get_genstate_vax()


uclalawcovid19behindbars/behindbarstools documentation built on April 22, 2022, 4:08 a.m.