From c9a0915c5875d7504380633aa728c271797b56bc Mon Sep 17 00:00:00 2001 From: 3582521b868d7c148df1de482ec5a734 <3582521b868d7c148df1de482ec5a734@app-learninglab.inria.fr> Date: Wed, 15 Nov 2023 20:07:54 +0000 Subject: [PATCH] Update influenza-like-illness-analysis.Rmd --- module3/exo1/influenza-like-illness-analysis.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module3/exo1/influenza-like-illness-analysis.Rmd b/module3/exo1/influenza-like-illness-analysis.Rmd index 0b894a6..a6787ea 100644 --- a/module3/exo1/influenza-like-illness-analysis.Rmd +++ b/module3/exo1/influenza-like-illness-analysis.Rmd @@ -39,7 +39,7 @@ This is the documentation of the data from [the download site](https://ns.sentiw | `geo_insee` | Identifier of the geographic area, from INSEE https://www.insee.fr | | `geo_name` | Geographic label of the area, corresponding to INSEE code. This label is not an id and is only provided for human reading | -### Download +### Reading the data The first line of the CSV file is a comment, which we ignore with `skip=1`. ```{r} -- 2.18.1