From 486e0eb8cc727df7bc6d9d3bcf6934e2298b19cb Mon Sep 17 00:00:00 2001 From: Matthieu Date: Tue, 9 Nov 2021 14:59:53 +0100 Subject: [PATCH] Add comment --- module3/exo1/analyse-syndrome-grippal.Rmd | 1 + 1 file changed, 1 insertion(+) diff --git a/module3/exo1/analyse-syndrome-grippal.Rmd b/module3/exo1/analyse-syndrome-grippal.Rmd index a946fee..9190483 100644 --- a/module3/exo1/analyse-syndrome-grippal.Rmd +++ b/module3/exo1/analyse-syndrome-grippal.Rmd @@ -27,6 +27,7 @@ data_url = "http://www.sentiweb.fr/datasets/incidence-PAY-3.csv" data_file = "Incidence_grippe.csv" +# We will download the dataset only if a local copy does not exist yet if (!file.exists(data_file)) { download.file(data_url, data_file, method="auto") } -- 2.18.1