diff --git a/module3/exo1/analyse-syndrome-grippal.Rmd b/module3/exo1/analyse-syndrome-grippal.Rmd index 017a354d078f87c77e86b2a3195b8097830c0827..84e1ea346d8cef66410a3533819f5637161c191d 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`. ### Lecture ```{r} -data = read.csv(data_url, skip=1) +data = read.csv(data_file, skip=1) ``` Regardons ce que nous avons obtenu: