Skip to contents

Data Query

Query MCCD mortality data via DuckDB

get_mccd()
Query India MCCD mortality data

Discovery

Browse available states, causes, and ICD-10 chapters

list_states()
List available MCCD states
list_causes()
List or search cause-of-death entries
list_chapters()
List ICD-10 chapters with categories

Classification

Add epidemiological categories to query results

categorize_causes()
Add epidemiological category to MCCD query results

Geography

Attach LGD boundary geometries for choropleth mapping

get_boundaries()
Get Administrative Boundaries
attach_geometry()
Attach Geometry to MCCD Data
clear_geometry_cache()
Clear Cached Geometry Files

Visualization

Plotting helpers with consistent styling

plot_trend()
Plot mortality trend over years
plot_choropleth()
Plot state-level choropleth map
plot_age_profile()
Plot age profile heatmap
theme_mccd()
Minimal ggplot2 theme for MCCD plots
labs_mccd()
Auto-attribution caption

Cross-Package Integration

Join MCCD data with other India demographic packages

mccd_link_crs()
Link MCCD deaths with CRS vital statistics
mccd_link_srs()
Link MCCD deaths with SRS life tables
mccd_link_health()
Link MCCD deaths with health survey expenditure
mccd_link_consumption()
Link MCCD deaths with consumption survey data
normalize_state_cross()
Normalize state names for cross-package joins

Datasets

Bundled lookup datasets

mccd_states
Canonical MCCD state names
mccd_causes
MCCD cause-of-death lookup table
mccd_icd10_chapters
ICD-10 chapter metadata

Internals

Helper functions (not exported)