Update analyse-syndrome-grippal.Rmd

parent 75d978eb
......@@ -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")
}
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment