From c9cae06832bd57b09dda3782b5ce1af9a256a520 Mon Sep 17 00:00:00 2001 From: 8f7726592c23135ae5b65a064228781a <8f7726592c23135ae5b65a064228781a@app-learninglab.inria.fr> Date: Fri, 6 Aug 2021 12:27:20 +0000 Subject: [PATCH] Update analyse-syndrome-grippal.Rmd --- module3/exo1/analyse-syndrome-grippal.Rmd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/module3/exo1/analyse-syndrome-grippal.Rmd b/module3/exo1/analyse-syndrome-grippal.Rmd index b50a903..6faa525 100644 --- a/module3/exo1/analyse-syndrome-grippal.Rmd +++ b/module3/exo1/analyse-syndrome-grippal.Rmd @@ -31,11 +31,10 @@ Pour nous protéger contre une éventuelle disparition ou modification du serveu ```{r} data_file = "syndrome-grippal.csv" if (!file.exists(data_file)) { -download.file(data_url, data_file, method="auto") +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): | Nom de colonne | Libellé de colonne | -- 2.18.1