sujitdhanuka / COVID-19-Dashboard

COVID-19 Dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This Coronavirus dashboard, an extesion of dashboard developed by RamiKrispin source provides an overview of the 2019 Novel Coronavirus COVID-19 (2019-nCoV) pandemic. This dashboard is built with R using the Rmarkdown framework and can easily be reproduced by others.

Data Source

Requirements

The following packages (libraries) are required Packages

  • Dashboard interface - the flexdashboard package.
  • Visualization - the plotly package for the plots and leaflet for the map
  • Data manipulation - dplyr, and tidyr
  • Tables - the DT package
  • SEIR - deSolve deSolve package
  • The packages used are as follows:
    1. Shiny
    2. flexdashboard
    3. leaflet
    4. leafpop
    5. purrr
    6. plotly
    7. jsonlite
    8. lubridate
    9. forecast
    10. zoo
    11. deSolve

Installation

After loading the packages open the Coronavirus.rmd and change the path in the source() function with the path where you have placed the files from this repo. Once this is done you can press the Run Document in the breadcrump area where knitting option is present. This will execute the programm.

About

COVID-19 Dashboard


Languages

Language:R 100.0%