From eee6772e0788a3eb3b798731648d149de421e165 Mon Sep 17 00:00:00 2001 From: e3745b2bddcef4c7e78f77c65f8ad342 Date: Wed, 27 Oct 2021 16:27:13 +0000 Subject: [PATCH] Update analyse-syndrome-grippal.Rmd --- module3/exo1/analyse-syndrome-grippal.Rmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module3/exo1/analyse-syndrome-grippal.Rmd b/module3/exo1/analyse-syndrome-grippal.Rmd index 771e78f..f3d10e4 100644 --- a/module3/exo1/analyse-syndrome-grippal.Rmd +++ b/module3/exo1/analyse-syndrome-grippal.Rmd @@ -46,6 +46,8 @@ La première ligne du fichier CSV est un commentaire, que nous ignorons en préc ```{r} data = read.csv(data_url, skip=1) ``` +Les données ont également été téléchargé dans un fichier local (accord du serveur). +data = read.csv(data, skip=1) Regardons ce que nous avons obtenu: ```{r} -- 2.18.1