View source: R/get_vaccinations_demo.R
get_vaccinations_demo | R Documentation |
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.
get_vaccinations_demo(county_list = NULL, demographic = NULL, status = NULL)
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. |
{
get_vaccinations_demo(county_list = "Guilford",
demographic = 'race', status = 'partial')
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.