From 9633cb8aea07c72da04d9ee0e754ca30104ad333 Mon Sep 17 00:00:00 2001 From: 3f03c2c14c4cd9d0ee79b67f37ac25fe <3f03c2c14c4cd9d0ee79b67f37ac25fe@app-learninglab.inria.fr> Date: Thu, 18 Mar 2021 14:05:57 +0000 Subject: [PATCH] Update influenza-like-illness-analysis.Rmd --- module3/exo1/influenza-like-illness-analysis.Rmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module3/exo1/influenza-like-illness-analysis.Rmd b/module3/exo1/influenza-like-illness-analysis.Rmd index d1ea11a..1653608 100644 --- a/module3/exo1/influenza-like-illness-analysis.Rmd +++ b/module3/exo1/influenza-like-illness-analysis.Rmd @@ -30,11 +30,13 @@ In order to protect us in case the Réseau Sentinelles Web server disappears or ```{r} data_file = "syndrome-grippal.csv" + if (!file.exists(data_file)) { download.file(data_url, data_file, method="auto") } ``` + This is the documentation of the data from [the download site](https://ns.sentiweb.fr/incidence/csv-schema-v1.json): | Column name | Description | -- 2.18.1