get_vax_manufacturers: get_vax_manufacturers

View source: R/get_vaccinations.R

get_vax_manufacturersR Documentation

get_vax_manufacturers

Description

Get vaccination metadata from Our World in Data (OWID)

Usage

get_vax_manufacturers()

Value

Returns a data frame with 218(-ish) rows and 6 columns, including:

  • owid_country character English country name from OWID

  • id character ISO 3166-1 alpha-3 country code

  • vaccines character list of vaccines administered in the country up to the current date.

  • last_observation_date date date of the last observation in OWID data.

  • source_name character name of OWID source for data collection.

  • source_website character web location of OWID source. It can be a standard URL if numbers are consistently reported on a given page; otherwise it will be the source for the last data point.


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