Update influenza-like-illness-analysis_en.Rmd

parent ab0e6da8
...@@ -14,6 +14,13 @@ setwd("~/ResearchReproductible") # Change working directory name ...@@ -14,6 +14,13 @@ setwd("~/ResearchReproductible") # Change working directory name
data_file <- read.csv2("incidence-PAY-3.csv", skip = 1) data_file <- read.csv2("incidence-PAY-3.csv", skip = 1)
``` ```
```{r}
data_file = "syndrome-grippal.csv"
if (!file.exists(data_file)) {
download.file(data_url, data_file, method="auto")
}
```
If the code above has not worked, you can access it directly from the website ** Réseau Sentinelles**. Although the link below may expire and data may have been modified. If the code above has not worked, you can access it directly from the website ** Réseau Sentinelles**. Although the link below may expire and data may have been modified.
```{r} ```{r}
......
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