Skip to content
This repository was archived by the owner on Aug 30, 2026. It is now read-only.

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FIND COVID-19 Tracker (R Shiny, 2022)

An interactive R Shiny dashboard on global COVID-19 testing, built in 2022 on the public FIND COVID-19 Test Tracker dataset. Pick up to six countries and compare, by month or by quarter, either the number of days on which tests, cases and deaths were reported (a reporting-completeness measure) or tests, cases and deaths per 1,000 population — as a sortable table or a box plot.

This was my first Shiny app and is kept as it was. My current dashboard work is in Python (Streamlit + Plotly): HS_indicators and USG_MOU.

Notes on the data

  • All data comes from FIND's public tracker (processed/data_all.csv, country-level rows); this repository adds no data of its own.
  • Number of days reported includes incomplete months/quarters; the per 1,000 people measures are cut off at the last complete month/quarter.

Run locally

install.packages(c("shiny", "DT", "tidyverse", "lubridate"))
source("load_all.R")   # rebuilds load_all.RData from the FIND CSV
shiny::runApp()

load_all.R builds the four aggregated datasets, ui_code.R and server_code.R hold the interface and server logic, app.R wires them together, style.css sets the look.

Credits and licence

Built following Sebastian Krantz's shiny-data-portal guide. Code is MIT licensed; the data remains subject to FIND's terms.

About

R Shiny dashboard of FIND's COVID-19 testing data (2022)

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages