From 7fa1ed5e0cd40fd478115994e6fd37dff48a1167 Mon Sep 17 00:00:00 2001 From: 2e63a343aa6c6cd8d739b730c52aad7d <2e63a343aa6c6cd8d739b730c52aad7d@app-learninglab.inria.fr> Date: Fri, 1 May 2020 00:58:30 +0000 Subject: [PATCH] Update analyse-syndrome-grippal.Rmd --- 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 79b3ba0..bb3d66c 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`. ### Lecture ```{r} -data = read.csv(data_fille, skip=1) +data = read.csv(data_file, skip=1) ``` Regardons ce que nous avons obtenu: -- 2.18.1