From 95e8c58282b3cba7fab9c9b3a2c7ffb7a7f99d18 Mon Sep 17 00:00:00 2001 From: 70445e90884e1f3b3beadc18bfaf46a6 <70445e90884e1f3b3beadc18bfaf46a6@app-learninglab.inria.fr> Date: Thu, 15 Apr 2021 14:21:45 +0000 Subject: [PATCH] Update analyse-syndrome-grippal.Rmd --- module3/exo1/analyse-syndrome-grippal.Rmd | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/module3/exo1/analyse-syndrome-grippal.Rmd b/module3/exo1/analyse-syndrome-grippal.Rmd index 84e1ea3..3dfc307 100644 --- a/module3/exo1/analyse-syndrome-grippal.Rmd +++ b/module3/exo1/analyse-syndrome-grippal.Rmd @@ -27,7 +27,11 @@ 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