From e9898775fc0ee6e88dd7234e1f430956935eef9c Mon Sep 17 00:00:00 2001 From: adc02376a09d753ce27831bbe48a6e4c Date: Tue, 7 Mar 2023 09:52:33 +0000 Subject: [PATCH] lecture fichier local --- 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..7f5dc2a 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