From db6574d8d7aa685ac8401f8f6b0220c09ed02797 Mon Sep 17 00:00:00 2001 From: 5e8f2f6f9510097f7ca432f11b95d1cc <5e8f2f6f9510097f7ca432f11b95d1cc@app-learninglab.inria.fr> Date: Sat, 19 Sep 2020 14:04:20 +0200 Subject: [PATCH] exo1 --- 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 fc5489b..6567880 100644 --- a/module3/exo1/analyse-syndrome-grippal.Rmd +++ b/module3/exo1/analyse-syndrome-grippal.Rmd @@ -49,7 +49,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(data_filename, skip=1) ``` Regardons ce que nous avons obtenu: -- 2.18.1