COVID-19 data exploration in Nigeria using R
# COVID-19 Nigeria Data Analysis
This project analyzes the spread of COVID-19 in Nigeria using data from Our World In Data.
## What I Did
- Loaded and cleaned COVID-19 data
- Filtered data for Nigeria only
- Visualized total cases over time with `ggplot2`
## What I Learned
- How to use `tidyverse` and `janitor` for data wrangling
- How to plot with `ggplot2`
- How to write my first data analysis project
## Next Steps
- Explore trends in deaths and vaccinations
- Add interactivity with `plotly` or `shiny`