Update influenza-like-illness-analysis.Rmd

parent bccfe461
......@@ -25,6 +25,7 @@ The data on the incidence of influenza-like illness are available from the Web s
```{r}
data_url = "http://www.sentiweb.fr/datasets/incidence-PAY-3.csv"
```
If the local file does not exist, download the data and put them into the local file
```{r}
data_file = "syndrome-grippal.csv"
if (!file.exists(data_file)) {
......
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