This interactive dashboard visualizes COVID-19 vaccine coverage across African countries using open WHO data.
# 🧬 COVID-19 Vaccine Coverage Dashboard
An interactive R/Shiny dashboard to visualize **COVID-19 vaccine coverage** across African countries using WHO open data.
---
## 🎯 Key Features
- Dynamic country and vaccine-type filters
- Interactive **Plotly** time-series graphs
- **Leaflet** map of vaccination coverage
- Summary indicators and key metrics
- Export filtered data to CSV
- Clean, modular codebase (helpers, plotting, mapping)
---
## ⚙️ Installation
```R
# Install dependencies
install.packages(c("shiny","dplyr","plotly","leaflet","readr","ggplot2","shinythemes","DT"))
# Clone and run
library(shiny)
runApp("path/to/covid-vaccine-dashboard")
**đź§© 8. DESCRIPTION**
Package: covid-vaccine-dashboard
Title: COVID-19 Vaccine Coverage Dashboard
Version: 1.0
Author: Ludovic Bekou
Maintainer: Ludovic Bekou
Description: Interactive Shiny dashboard visualizing COVID-19 vaccine coverage across African countries using WHO data.
License: MIT
Encoding: UTF-8
LazyData: true