Part D: Business Analytics Report

File: BusinessAnalysis.PractII.VarmaA.Rmd

Purpose: 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.


🎯 What is R Markdown?

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.


📊 Report Structure & Requirements

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 ✅


🔧 Key Technical Components

Component 1: Setup Block

knitr::opts_chunk$set(echo = FALSE, message = FALSE, warning = FALSE)

What this does: