Update analyse-syndrome-grippal.Rmd

parent cbb0dd05
...@@ -18,6 +18,12 @@ header-includes: ...@@ -18,6 +18,12 @@ header-includes:
```{r setup, include=FALSE} ```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE) knitr::opts_chunk$set(echo = TRUE)
``` ```
```{r}
data_file = "syndrome-grippal.csv"
if (!file.exists(data_file)) {
download.file(data_url, data_file, method="auto")
}
```
## Préparation des données ## Préparation des données
......
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