Site icon R-bloggers

Eyes on PCR tests with french open data — COVID-19

[This article was first published on Guillaume Pressiat, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

< !--more-->

Link for the app: https://guillaumepressiat.shinyapps.io/covid-si-dep

This app download daily csv file from french site data.gouv.fr via its api and build heatmaps updated with last day data available.

https://guillaumepressiat.shinyapps.io/covid-si-dep/?reg=11|93|32

https://guillaumepressiat.shinyapps.io/covid-si-dep/?dep=36|23|75|29

Data availables are:

The idea is to follow horizontally tendancies for each department and to see easily which ones have a particular kinetic. You can also compare departments with incidence heatmap lower on screen. Whereas in covidfrance app, we see indicators day by day in animation, here we want to see time and epidemic effects in the same frame.

At day scale we can see weekdays and week-ends appears in data.

Code for this app is quick code available here.

Like the precedent app, this one is limited on few indicators to keep user mind focused (one app, one goal). Then first advantage is that app will be simple to update if necessary (no nebulous code), not a bad thing in these times.

Once again it’s quite a good thing to have these data available as open data (Santé Publique France data) for people and journalists. Source is here.

To leave a comment for the author, please follow the link and comment on their blog: Guillaume Pressiat.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.