Commit 31749281 authored by Jhouben's avatar Jhouben

Update influenza-like-illness-analysis.Rmd

parent 9569a7a6
......@@ -28,6 +28,8 @@ data_url = "http://www.sentiweb.fr/datasets/incidence-PAY-3.csv"
```
```{r}
#The idea if to have a local backup of the file, in the case of the website being down or cease to exist.
data_csv = "grippal.csv"
if (!file.exists(data_csv)) {
download.file(data_url, data_csv, 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