Generate Executive Summary for SDG Performance
Source:R/generate_sdg_executive_summary.R
generate_sdg_executive_summary.RdCreates an executive-ready narrative summary based on SDG trend analysis and optional benchmark comparison.
Examples
if (FALSE) { # \dontrun{
dt <- fetch_sdg_country_data(indicator = "15.3.1", country = "IND")
trend <- analyze_sdg_trend(dt)
summary_text <- generate_sdg_executive_summary(trend)
cat(summary_text)
} # }