Update analyse-syndrome-grippal.Rmd

parent 95e8c582
...@@ -27,7 +27,7 @@ data_url = "http://www.sentiweb.fr/datasets/incidence-PAY-3.csv" ...@@ -27,7 +27,7 @@ data_url = "http://www.sentiweb.fr/datasets/incidence-PAY-3.csv"
``` ```
```{r} ```{r}
data_file ="incidence-PAY-3.csv" data_file = "incidence-PAY-3.csv"
if (!file.exists(data_file)) { if (!file.exists(data_file)) {
download.file(data_url, data_file, method="auto") 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