get_vax_dates: Get last non-NA date for key vaccination metrics by country

View source: R/get_vaccinations.R

get_vax_datesR Documentation

Get last non-NA date for key vaccination metrics by country

Description

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


CDCgov/SaviR documentation built on April 14, 2025, 7:46 a.m.