项目作者: rboyes

项目描述 :
Shiny app for the interactive charting of weekly covid rates by local authority in the United Kingdom
高级语言: R
项目地址: git://github.com/rboyes/covid19.git
创建时间: 2020-10-19T13:55:12Z
项目社区:https://github.com/rboyes/covid19

开源协议:

下载


United Kingdom Covid19 rates

A Shiny app for the interactive charting of weekly covid rates per 100k for all local authorities in the UK.

App is available at: https://rboyes.shinyapps.io/covid19

Alt text

Uses data from the following sources:

Some issues around time taken to start up, primarily due to slow responsiveness of the government data website. What I’ve done as a workaround is run a nightly job that downloads the covid data (see downloader.py/downloader.sh) that is then uploaded to a static website, which the shiny app then uses.