From de90700d978adc5cc40e5e9da06cf98a3c91ec3f Mon Sep 17 00:00:00 2001 From: 3a0afacf91c0cf56b72bd72775670cb7 <3a0afacf91c0cf56b72bd72775670cb7@app-learninglab.inria.fr> Date: Wed, 16 Feb 2022 15:50:59 +0000 Subject: [PATCH] Update analyse-syndrome-grippal.Rmd --- module3/exo1/analyse-syndrome-grippal.Rmd | 1 + 1 file changed, 1 insertion(+) diff --git a/module3/exo1/analyse-syndrome-grippal.Rmd b/module3/exo1/analyse-syndrome-grippal.Rmd index 0786f87..a00e9ff 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)) { -- 2.18.1