diff --git a/module3/exo1/analyse-syndrome-grippal.Rmd b/module3/exo1/analyse-syndrome-grippal.Rmd index 5167ab5c4a7f4247c8c2318b4904fd1191b779f1..4fc9ff7aa18b562e5724904170ecbfa7ca755d38 100644 --- a/module3/exo1/analyse-syndrome-grippal.Rmd +++ b/module3/exo1/analyse-syndrome-grippal.Rmd @@ -31,7 +31,7 @@ Nous allons faire une sauvegarde locale des données afin de les conserver et d' ```{r} data_file = "syndrome-grippal.csv" -if (!file.exists(data_file)) { +if (!file.exists(data_file)) { download.file(data_url, data_file, method="auto") } ```