The Coronavirus Dashboard: the case of Ethiopia
This Ethiopia Coronavirus Dashboard provides an overview of the 2019 Novel Coronavirus COVID-19 (2019-nCoV) epidemic for Ethiopia. This dashboard is built with R using the R Makrdown framework and was adapted from this dashboard by Rami Krispin and modified for Ethiopia by Ermias Amene (ermiaswm@gmail.com).
Data
The input data for this dashboard is the dataset available from the {coronavirus} R package. Make sure to download the development version of the package to have the latest data (and add the function update_dataset() after loading the library for future updates):
install.packages("devtools")
devtools::install_github("RamiKrispin/coronavirus")
The data and dashboard are refreshed on a daily basis.
The raw data is pulled from the Johns Hopkins University Center for Systems Science and Engineering (JHU CCSE) Coronavirus repository.
Update
The data is as of Wednesday September 09, 2020 and the dashboard has been updated on Thursday September 10, 2020.