From 4a265c130b9d44e211e0cef76c789fa552df866f Mon Sep 17 00:00:00 2001 From: 47767d2a587c747cf2e3103fd9d45027 <47767d2a587c747cf2e3103fd9d45027@app-learninglab.inria.fr> Date: Wed, 15 Apr 2020 13:31:29 +0000 Subject: [PATCH] =?UTF-8?q?modif=20de=20l'importation=20des=20donn=C3=A9es?= 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