France

Row

confirmed France

211,943

death

30,155 (14.2%)

Row

Daily cumulative cases in FRANCE

Canada

Row

confirmed Canada

111,875

death Canada

8,892 (7.9%)

Row

Daily cumulative cases in CANADA

Daily cumulative cases by PROVINCE

Comparison

Column

Daily death count

Cases by type

About

The Coronavirus Dashboard: focus on France

This Coronavirus dashboard provides an overview of the 2019 Novel Coronavirus COVID-19 (2019-nCoV) epidemic for France, built with R using R Markdown.

It was adapted from the dashboard described in this article, which in turn is a simplified version of this dashboard by Rami Krispin.

Code

The code behind this dashboard is available on #GitHub.

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:

install.packages("devtools")
devtools::install_github("RamiKrispin/coronavirus")

The data and dashboard are refreshed on a daily basis. To update:

coronavirus::update_dataset()

The raw data is pulled from the Johns Hopkins University Center for Systems Science and Engineering (JHU CCSE) Coronavirus repository.

Contact

For any question or feedback, you can contact me.

Update

The data is as of Saturday July 18, 2020 and the dashboard has been updated on Sunday July 19, 2020.