build_research_panel
Construct a tidy data panel with multiple Global Health Expenditure Database variables across selected countries, years, and groupings for health-financing research.
Instructions
Build a tidy long panel for multiple GHED variables across countries and years.
country_group accepts curated codes ("LAC", "OECD", "LDC", "SSA", …)
that resolve to ISO3 lists; combine freely with countries, region,
and income (filters apply via SQL AND).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| indicator_codes | Yes | ||
| countries | No | ||
| country_group | No | ||
| region | No | ||
| income | No | ||
| year_start | No | ||
| year_end | No | ||
| top | No | ||
| format | No | rows |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||