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 aStatecolumn.- health_data
Data frame from
indiahealthsurvey::ihs_expenditure_by_state()or similar, with astate_namecolumn.- suffix
Suffixes for disambiguating columns. Default
c(".mccd", ".health").