View source: R/get_vaccinations.R
get_vax_dates | R Documentation |
Computes the latest date of vaccination data provided by each country from OWID source.
get_vax_dates()
Returns a data frame with n rows and 5 columns, including:
owid_country
character English country name from OWID (may not match WHO country name)
id
character ISO 3166-1 alpha-3 country code
total_doses_date
Date Date of last update for total vaccine doses
partial_date
Date Date of last update for persons vaccinated
fully_date
Date Date of last update for persons that completed primary vaccination series
booster_date
Date Date of last update for persons boosted
get_vax()
for full vaccination data from the same source
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.