diff --git a/module3/exo1/analyse-syndrome-grippal.Rmd b/module3/exo1/analyse-syndrome-grippal.Rmd index b50a903c8b3a0f4a458bb02901caf40e879295cf..6faa525e325b89f356a65251833ea7b995f1d461 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 |