diff --git a/module3/exo1/analyse-syndrome-grippal.Rmd b/module3/exo1/analyse-syndrome-grippal.Rmd index c2ece0648210b7a3449737fbf727dff48d8d29bf..267be2c223d3ed9ade18efe3fb0850e13a24bbe1 100644 --- a/module3/exo1/analyse-syndrome-grippal.Rmd +++ b/module3/exo1/analyse-syndrome-grippal.Rmd @@ -30,7 +30,7 @@ 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") } ```