BusinessAnalysis.PractII.VarmaA.RmdPurpose: Transform database queries into executive-ready business intelligence - the final deliverable that business stakeholders actually see.
Analogy: Like turning raw data into a magazine article - all the technical work is done, now we present insights in a beautiful, understandable format.
R Markdown = Microsoft Word + Excel + Code + Auto-Updates
The Magic:
Write once → Update data → Re-run → New report instantly
No copy-pasting numbers. No manual chart updates. Just click "Knit" and done.
Assignment Requirements → Report Sections:
| Requirement | Report Section |
|---|---|
| 1. Growth of streaming by sport over time | Section 2: Growth Analysis |
| 2. Number of streams per week (recent year) | Section 3: Weekly Activity |
| 3a. Average time & total streams by sport | Section 4.1: By Sport |
| 3b. Average time & total streams by country | Section 4.2: By Country |
| 3c. Peak day (most streaming time) | Section 5: Peak Day Analysis |
Every requirement covered ✅
knitr::opts_chunk$set(echo = FALSE, message = FALSE, warning = FALSE)
What this does: