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/
- Clone this repo:
$ git clone https://github.com/rnnh/covidgraphics.git- Install
Rversion 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
- Guidotti, E., Ardia, D., (2020), "COVID-19 Data Hub", Journal of Open Source Software 5(51):2376, doi: 10.21105/joss.02376.
