Skip to contents

Joins MCCD mortality data with indiahealthsurvey disease expenditure summaries by state. Since health survey rounds span multiple years, the join matches on state only (user should pre-filter to relevant years).

Usage

mccd_link_health(mccd_data, health_data, suffix = c(".mccd", ".health"))

Arguments

mccd_data

Data frame from get_mccd() with a State column.

health_data

Data frame from indiahealthsurvey::ihs_expenditure_by_state() or similar, with a state_name column.

suffix

Suffixes for disambiguating columns. Default c(".mccd", ".health").

Value

A tibble with joined columns.