From ac8bee196ff2c9292ac5cddd901162fb9f8689c7 Mon Sep 17 00:00:00 2001 From: Clair Chaigne Date: Mon, 20 Apr 2020 11:08:21 +0200 Subject: [PATCH] =?UTF-8?q?t=C3=A9l=C3=A9charger=20les=20donn=C3=A9es=20de?= =?UTF-8?q?=20fa=C3=A7on=20locale?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 771e78f..df22ff3 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`. ### Téléchargement ```{r} -data = read.csv(data_url, skip=1) +data = read.csv("incidence-Pay-3.csv", skip=1) ``` Regardons ce que nous avons obtenu: -- 2.18.1