From b4a8fdd253d684f2167b4447d240c88d8155a439 Mon Sep 17 00:00:00 2001 From: 7e114cb19865b2b98f38cab94b255e76 <7e114cb19865b2b98f38cab94b255e76@app-learninglab.inria.fr> Date: Wed, 21 May 2025 22:06:24 +0000 Subject: [PATCH] Update analyse-syndrome-grippal.Rmd --- module3/exo1/analyse-syndrome-grippal.Rmd | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/module3/exo1/analyse-syndrome-grippal.Rmd b/module3/exo1/analyse-syndrome-grippal.Rmd index 771e78f..01f6855 100644 --- a/module3/exo1/analyse-syndrome-grippal.Rmd +++ b/module3/exo1/analyse-syndrome-grippal.Rmd @@ -25,6 +25,14 @@ Les données de l'incidence du syndrome grippal sont disponibles du site Web du ```{r} data_url = "http://www.sentiweb.fr/datasets/incidence-PAY-3.csv" ``` +Sauvegarde des données + +```{r} +data_file = "syndrome-grippal.csv" +if (!file.exists(data_file)) { + download.file(data_url, data_file, method="auto") +} +``` Voici l'explication des colonnes donnée sur le [sur le site d'origine](https://ns.sentiweb.fr/incidence/csv-schema-v1.json): -- 2.18.1