From e9e5f527c758fabd3fbf77bb17f160448f618987 Mon Sep 17 00:00:00 2001 From: 70445e90884e1f3b3beadc18bfaf46a6 <70445e90884e1f3b3beadc18bfaf46a6@app-learninglab.inria.fr> Date: Thu, 15 Apr 2021 14:27:25 +0000 Subject: [PATCH] Update analyse-syndrome-grippal.Rmd --- module3/exo1/analyse-syndrome-grippal.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module3/exo1/analyse-syndrome-grippal.Rmd b/module3/exo1/analyse-syndrome-grippal.Rmd index b71299b..6faa43a 100644 --- a/module3/exo1/analyse-syndrome-grippal.Rmd +++ b/module3/exo1/analyse-syndrome-grippal.Rmd @@ -27,9 +27,9 @@ data_url = "http://www.sentiweb.fr/datasets/incidence-PAY-3.csv" ``` ```{r} -data_file = "incidence-PAY-3.csv" +data_file = "syndrome-grippal.csv" -if (!file.exists(data_file)) { +if (!file.exists(data_file)) { download.file(data_url, data_file, method="auto") } -- 2.18.1