diff --git a/module3/exo1/analyse-syndrome-grippal.Rmd b/module3/exo1/analyse-syndrome-grippal.Rmd index d372f597e4d5e216d847b77b226d11c0587b0500..6faa525e325b89f356a65251833ea7b995f1d461 100644 --- a/module3/exo1/analyse-syndrome-grippal.Rmd +++ b/module3/exo1/analyse-syndrome-grippal.Rmd @@ -30,7 +30,8 @@ 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") +if (!file.exists(data_file)) { +download.file(data_url, data_file, method="auto") } ```