Skip to content

๐Ÿ“Š An interactive dashboard web application that creates graphs using international COVID-19 data, which can also be run locally.

License

Notifications You must be signed in to change notification settings

rnnh/covidgraphics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

19 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

by Ronan Harrington

GitHub code size in bytes GitHub repo size GitHub

This is a Shiny app written in R that creates graphs using international COVID-19 data, which can be used online or run locally. The data used is automatically fetched from the COVID-19 Data Hub whenever the app is run, using the COVID-19 Data Hub R package.

It can be used online at: https://rnnh.shinyapps.io/covidgraphics/

Example output

An animated GIF generated using covidgraphics

Running the app locally

  • Clone this repo:
$ git clone https://github.com/rnnh/covidgraphics.git
  • Install R version 4.0.2 or later
  • Install RStudio version 1.3.959 or later
  • Open app.R in RStudio
  • Install the required packages as prompted
  • Select "Run App" or use the keyboard shortcut (Command/Ctrl + Shift + Enter) to run the app

References

  • Guidotti, E., Ardia, D., (2020), "COVID-19 Data Hub", Journal of Open Source Software 5(51):2376, doi: 10.21105/joss.02376.