Get last non-NA date for key vaccination metrics by country
Source:R/get_vaccinations.R
get_vax_dates.Rd
Computes the latest date of vaccination data provided by each country from OWID source.
Value
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
See also
get_vax()
for full vaccination data from the same source