From 9e86594b29aff82ed6e9844f7fb9d814c376221b Mon Sep 17 00:00:00 2001 From: 2e63a343aa6c6cd8d739b730c52aad7d <2e63a343aa6c6cd8d739b730c52aad7d@app-learninglab.inria.fr> Date: Fri, 1 May 2020 00:56:56 +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 98213bb..79b3ba0 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(data_fille, skip=1) ``` Regardons ce que nous avons obtenu: -- 2.18.1