From 034cd27c686477821e3035544295fe35efcf9a97 Mon Sep 17 00:00:00 2001 From: 5c927a127c9fba2bff4dd6d07137f7b8 <5c927a127c9fba2bff4dd6d07137f7b8@app-learninglab.inria.fr> Date: Tue, 14 Apr 2020 12:28:38 +0000 Subject: [PATCH] Update 2 analyse-syndrome-grippal.Rmd --- module3/exo1/analyse-syndrome-grippal.Rmd | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/module3/exo1/analyse-syndrome-grippal.Rmd b/module3/exo1/analyse-syndrome-grippal.Rmd index 711ade1..024310f 100644 --- a/module3/exo1/analyse-syndrome-grippal.Rmd +++ b/module3/exo1/analyse-syndrome-grippal.Rmd @@ -25,7 +25,13 @@ Les données de l'incidence du syndrome grippal sont disponibles du site Web du ```{r} data_url = "https://app-learninglab.inria.fr/moocrr/gitlab/5c927a127c9fba2bff4dd6d07137f7b8/mooc-rr/blob/master/module3/exo1/incidence-PAY-3.csv" ``` - +```{r} +data_file = "incidence-PAY-3.csv" +if (!file.exists(data_file)) { + download.file(data_url, data_file, method="auto") +} +``` +##et voilà ! Voici l'explication des colonnes donnée sur le [sur le site d'origine](https://ns.sentiweb.fr/incidence/csv-schema-v1.json): | Nom de colonne | Libellé de colonne | -- 2.18.1