get_vaccinations_demo: Pull Vaccinations by County and Demographic

View source: R/get_vaccinations_demo.R

get_vaccinations_demoR Documentation

Pull Vaccinations by County and Demographic

Description

Pulled from <conedatascience/covid-data>. The column vax_n returns vaccination counts. Population references are available for the user to calculate distribution and/or per capita rates.

Usage

get_vaccinations_demo(county_list = NULL, demographic = NULL, status = NULL)

Arguments

county_list

a string, the county to pull. default is all counties.

demographic

a string, the demographic requested. one or more of "race", "age", "ethnicity", "sex". default is all demographics

status

string, either 'partial' or 'full' for number of people with partially or fully vaccinated. Default of NULL returns both.

Examples

{

get_vaccinations_demo(county_list = "Guilford",
                      demographic = 'race', status = 'partial')

}

nctriadresearch/nccovid documentation built on April 9, 2023, 7:03 a.m.