Update influenza-like-illness-analysis_en.Rmd

parent ab0e6da8
......@@ -13,6 +13,13 @@ knitr::opts_chunk$set(echo = TRUE)
setwd("~/ResearchReproductible") # Change working directory name
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.
......
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