Skip to content

dr-harper/Covid19

Repository files navigation

Covid-19 Analysis and Website

Project Status: Active – The project has reached a stable, usable state and is being actively developed.

This repository contains code used to clean data, analyse and visualise the Covid-19 outbreak. This data is updated daily and served to the website. This GitHub repository is available for people to browse the code and use to their own interest.

View all the data at the website: https://dr-harper.github.io/Covid19/

Why I made this

There are a lot of dashboards out there, but I ultimately feel that these can make it hard to interpret the data. Without context, it can be difficult to understand whether a graph which is still going upwards is good or bad news. This repository tries to pair the graphics with some context, and make it easy for people to get the graphs they need to understand the data.

Repository Structure

For those interested in seeing more:

  • data: contains the cleaned data, along with the scripts used to load the data
  • reports: template files which are used to run the analysis through
  • scripts: files used to automatically update files daily

The cleaned data outputs are available in the data/global subdirectory. This is from the John Hopkins Covid-19 database.

Plots

If you are interested in any of the plots, the code to make them are available in the subdirectory graphs:

list.files("graphs/", pattern = ".Rmd")
##  [1] "comparisonLogLinear.Rmd"    "dailyChange.Rmd"           
##  [3] "dailyDeaths.Rmd"            "deathRateFacet.Rmd"        
##  [5] "linearGrowthGraphs.Rmd"     "logarithmicGrowthGraph.Rmd"
##  [7] "mapAnimatedCoverage.Rmd"    "mapGlobalCases.Rmd"        
##  [9] "rateofchange.Rmd"           "totalDeaths.Rmd"

About

Data Cleaning and Visualisation of COVID-19 rates

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published