From 22e357fe26c21eb9498013d18289fadf2116bcd8 Mon Sep 17 00:00:00 2001 From: 70445e90884e1f3b3beadc18bfaf46a6 <70445e90884e1f3b3beadc18bfaf46a6@app-learninglab.inria.fr> Date: Thu, 15 Apr 2021 14:25:25 +0000 Subject: [PATCH] Update 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 3dfc307..b71299b 100644 --- a/module3/exo1/analyse-syndrome-grippal.Rmd +++ b/module3/exo1/analyse-syndrome-grippal.Rmd @@ -27,7 +27,7 @@ data_url = "http://www.sentiweb.fr/datasets/incidence-PAY-3.csv" ``` ```{r} -data_file ="incidence-PAY-3.csv" +data_file = "incidence-PAY-3.csv" if (!file.exists(data_file)) { download.file(data_url, data_file, method="auto") -- 2.18.1