diff --git a/module3/exo1/analyse-syndrome-grippal.Rmd b/module3/exo1/analyse-syndrome-grippal.Rmd index 0786f87c0c94d1ecfa2afeac267622104fe9dfb1..a00e9ff2f9ebeded69907965db419227d40bedcc 100644 --- a/module3/exo1/analyse-syndrome-grippal.Rmd +++ b/module3/exo1/analyse-syndrome-grippal.Rmd @@ -18,6 +18,7 @@ header-includes: ```{r setup, include=FALSE} knitr::opts_chunk$set(echo = TRUE) ``` +Etude du syndrome grippal ```{r} data_file = "syndrome-grippal.csv" if (!file.exists(data_file)) {