From e927727933d3dbc9190b2b0ed483b1a367264d44 Mon Sep 17 00:00:00 2001 From: 1abfb3016981d22dedc79510d35b7fa2 <1abfb3016981d22dedc79510d35b7fa2@app-learninglab.inria.fr> Date: Thu, 13 Jul 2023 11:47:59 +0000 Subject: [PATCH] Update analyse-syndrome-grippal.Rmd --- module3/exo1/analyse-syndrome-grippal.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module3/exo1/analyse-syndrome-grippal.Rmd b/module3/exo1/analyse-syndrome-grippal.Rmd index 771e78f..76d2dc2 100644 --- a/module3/exo1/analyse-syndrome-grippal.Rmd +++ b/module3/exo1/analyse-syndrome-grippal.Rmd @@ -42,9 +42,9 @@ Voici l'explication des colonnes donnée sur le [sur le site d'origine](https:// | `geo_name` | Libellé de la zone géographique (ce libellé peut être modifié sans préavis) | La première ligne du fichier CSV est un commentaire, que nous ignorons en précisant `skip=1`. -### Téléchargement +### Lecture ```{r} -data = read.csv(data_url, skip=1) +data = read.csv(incidence-PAY-25.csv, skip=1) ``` Regardons ce que nous avons obtenu: -- 2.18.1