plot_vaccinations | R Documentation |
plot_vaccinations(
data = coviData::vac_prep(coviData::read_vac(date = date)),
date = NULL,
n_vaccinated = NULL,
n_first = NULL,
n_second = NULL,
n_goal = 7e+05,
n_max = 937166,
date_updated = NULL,
resident_only = TRUE
)
data |
Vaccination date from |
date |
Date of file to pull; defaults to most recent |
n_goal |
Goal for number of people vaccinated |
n_max |
Maximum number of people (population size) |
This function is deprecated. Please use the
vac_plot_goal()
function, which is
now the backend for this function.
A ggplot
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.