Why Quarto Is a Game-Changer
Typical M&E reporting workflow:
- Do analysis in R/Excel
- Copy charts into Word
- Manually update every quarter
Quarto lets you:
- Keep analysis and report in the same place
- Regenerate everything when new data arrives
- Output HTML, PDF, and PowerPoint from one source
What a Quarto Workflow Looks Like
- Import and clean data in R/Python
- Calculate indicators
- Create charts and tables
- Write interpretation text
- Render to:
index.htmlreport.pdfslides.html(presentations)
You change the data and press render—the report updates.
Mini Playground
This browser-based code cell shows the kind of quick indicator summary you can keep inside a Quarto report and rerun whenever the data changes.
Portfolio Idea
Build a Quarto report that:
- Summarizes key indicators for a programme
- Includes:
- Data quality section
- Trends over time
- Equity breakdowns
- Renders as:
- HTML for the web
- PDF for donors
This shows that you understand both analysis and communication, which is exactly what evaluators need.