Skip to contents

This function loads and processes WUENIC data from a specified file path. It performs data cleaning, renaming, and computation of zero-dose, undervax, and dropout indicators.

Usage

load_wuenic_data(path, country_iso)

Arguments

path

Character. File path to the WUENIC data file (DTA format).

country_iso

Character. ISO code of the country.

Value

A tibble of class wuenic_data containing cleaned and processed WUENIC data.