From 31749281ba49b7caf95ad1937f24c80dd59ad239 Mon Sep 17 00:00:00 2001 From: Jhouben Date: Mon, 7 Jun 2021 09:45:10 +0000 Subject: [PATCH] Update influenza-like-illness-analysis.Rmd --- module3/exo1/influenza-like-illness-analysis.Rmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module3/exo1/influenza-like-illness-analysis.Rmd b/module3/exo1/influenza-like-illness-analysis.Rmd index 254cd79..241cd1c 100644 --- a/module3/exo1/influenza-like-illness-analysis.Rmd +++ b/module3/exo1/influenza-like-illness-analysis.Rmd @@ -28,6 +28,8 @@ data_url = "http://www.sentiweb.fr/datasets/incidence-PAY-3.csv" ``` ```{r} +#The idea if to have a local backup of the file, in the case of the website being down or cease to exist. + data_csv = "grippal.csv" if (!file.exists(data_csv)) { download.file(data_url, data_csv, method="auto") -- 2.18.1