View source: R/get_genstate_vax.R
get_genstate_vax | R Documentation |
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.
get_genstate_vax()
a data frame with the following columns: State, Date, General.Initiated, General.Adult.Population
# get state-level vax data st_gen_df <- get_genstate_vax()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.