From 060586de76c6295f83997a651722e83279c09504 Mon Sep 17 00:00:00 2001 From: Auriane Gerbelot Date: Fri, 10 Jun 2022 18:02:58 +1000 Subject: [PATCH] =?UTF-8?q?Compl=C3=A9tion=20de=20l'exo=201=20module=203?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module3/exo1/analyse-syndrome-grippal.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module3/exo1/analyse-syndrome-grippal.Rmd b/module3/exo1/analyse-syndrome-grippal.Rmd index 771e78f..7f5dc2a 100644 --- a/module3/exo1/analyse-syndrome-grippal.Rmd +++ b/module3/exo1/analyse-syndrome-grippal.Rmd @@ -44,7 +44,7 @@ Voici l'explication des colonnes donnée sur le [sur le site d'origine](https:// La première ligne du fichier CSV est un commentaire, que nous ignorons en précisant `skip=1`. ### Téléchargement ```{r} -data = read.csv(data_url, skip=1) +data = read.csv("incidence-PAY-3.csv", skip=1) ``` Regardons ce que nous avons obtenu: -- 2.18.1