From 8f5b4c2a19e7cbf00e0be931469735d88f34c4d8 Mon Sep 17 00:00:00 2001 From: 0e57e1b8e1a23d7aaeee34c5821213f6 <0e57e1b8e1a23d7aaeee34c5821213f6@app-learninglab.inria.fr> Date: Sat, 22 May 2021 17:42:48 +0000 Subject: [PATCH] Update 3 analyse-syndrome-grippal.Rmd --- 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 1e5897c..0a8437a 100644 --- a/module3/exo1/analyse-syndrome-grippal.Rmd +++ b/module3/exo1/analyse-syndrome-grippal.Rmd @@ -56,7 +56,7 @@ if (! file.exists(data_file)){ download.file(data_url, data_file) } -data = read.csv(data_url, skip=1) +data = read.csv(data_file, skip=1) ``` Regardons ce que nous avons obtenu: -- 2.18.1