From af1b1f4c9c90537c20175af89f95dc85520c02c9 Mon Sep 17 00:00:00 2001 From: 3582521b868d7c148df1de482ec5a734 <3582521b868d7c148df1de482ec5a734@app-learninglab.inria.fr> Date: Wed, 15 Nov 2023 20:20:36 +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 3057235..c3178b9 100644 --- a/module3/exo1/influenza-like-illness-analysis.Rmd +++ b/module3/exo1/influenza-like-illness-analysis.Rmd @@ -21,7 +21,7 @@ knitr::opts_chunk$set(echo = TRUE) ## Data preprocessing -The data on the incidence of influenza-like illness are available from the Web site of the [Réseau Sentinelles](http://www.sentiweb.fr/). We download them as a file in CSV format, in which each line corresponds to a week in the observation period. Only the complete dataset, starting in 1984 and ending with a recent week, is available for download. The URL is: The data on the incidence of influenza-like illness are available from the Web site of the [Réseau Sentinelles](http://www.sentiweb.fr/). +The data on the incidence of influenza-like illness are available from the Web site of the [Réseau Sentinelles](http://www.sentiweb.fr/). We download them as a file in CSV format, in which each line corresponds to a week in the observation period. Only the complete dataset, starting in 1984 and ending with a recent week, is available for download. The URL is: ```{r} data_url = "http://www.sentiweb.fr/datasets/incidence-PAY-3.csv" ``` -- 2.18.1