Visualisation of Sub-National Covid Data for Africa
See web interface
Provides access to, and visualisation of, covid data collated by Humanitarian Emergency Response Africa, HERA and provided on the Humanitarian Data Exchange, HDX.
Part of the afrimapr project.
In early development, will change, contact Andy South with questions.
Install the development version from GitHub :
# install.packages("remotes") # if not already installed
remotes::install_github("afrimapr/africovid")
library(africovid)
afcov_heatmap('Mali')
afcov_heatmap('Nigeria')
# run a shiny application allowing you to select any country
runviewer()