Skip to contents

Computes the latest date of vaccination data provided by each country from OWID source.

Usage

get_vax_dates()

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