/Corona-19-shiny

Visualization of confirmed and recovered Corona cases, data from https://github.com/CSSEGISandData/COVID-19

Primary LanguageRGNU General Public License v3.0GPL-3.0

Corona-19-shiny

Small visualization of confirmed and recovered Covid-19 cases, for World region and selected countries. Data is based on https://github.com/CSSEGISandData/COVID-19 and the Shiny-app (found here: https://r-kurs.shinyapps.io/Corona-19/) will update the latest data on (re-)load of the webpage.

Required files to build own Shiny-app:

  • global.R - downloads and prepares data, initialize data frame
  • ui.R - the user interface, defining check boxes and plot region
  • server.R - defining interactive reactions and building ggplot2-output.