Update analyse-syndrome-grippal.Rmd

parent 22e357fe
......@@ -27,9 +27,9 @@ data_url = "http://www.sentiweb.fr/datasets/incidence-PAY-3.csv"
```
```{r}
data_file = "incidence-PAY-3.csv"
data_file = "syndrome-grippal.csv"
if (!file.exists(data_file)) {
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