From c71151872eb34e19bdb4761fc43b740ee9f974b1 Mon Sep 17 00:00:00 2001 From: David Elser Date: Fri, 5 Mar 2021 15:40:48 +0100 Subject: [PATCH] third --- module3/exo1/influenza-like-illness-analysis.Rmd | 1 + 1 file changed, 1 insertion(+) diff --git a/module3/exo1/influenza-like-illness-analysis.Rmd b/module3/exo1/influenza-like-illness-analysis.Rmd index 673da0d..d43b6fd 100644 --- a/module3/exo1/influenza-like-illness-analysis.Rmd +++ b/module3/exo1/influenza-like-illness-analysis.Rmd @@ -30,6 +30,7 @@ In order to protect us in case the Réseau Sentinelles Web server disappears or ```{r} data_file = "syndrome-grippal.csv" + if (!file.exists(data_file)) { download.file(data_url, data_file, method="auto") } -- 2.18.1