map_vaccinations | R Documentation |
Cross-sectional map: People vaccinated per 100 for each country or Fully vaccinated.
map_vaccinations(
df,
region = c("WHO Region", "State Region"),
vac_type = c("People", "Fully", "Booster", "Pop18")
)
df |
A dataframe with the following: region, country, date, people vaccinated per 100 AS 8-level factors (<3, 3-<10, 10-<20, 20-<30, 30-<40, 40-<60, 60-<70, 70+). |
region |
one of "WHO Region" or "State Region" |
vac_type |
one of "People", "Fully", "Booster", or "Pop18" specifying the vaccine metric desired |
Produces a map of vaccination coverage by country
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.