From 728e5915eaf796f08842c2443a1ea250b36a01d6 Mon Sep 17 00:00:00 2001 From: c319822a5d066547a0de4251b9819297 Date: Fri, 11 Oct 2024 10:14:26 +0000 Subject: [PATCH] Update influenza-like-illness-analysis.Rmd --- 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 a16421f..ae68e7d 100644 --- a/module3/exo1/influenza-like-illness-analysis.Rmd +++ b/module3/exo1/influenza-like-illness-analysis.Rmd @@ -25,6 +25,7 @@ The data on the incidence of influenza-like illness are available from the Web s ```{r} data_url = "http://www.sentiweb.fr/datasets/incidence-PAY-3.csv" ``` +If the local file does not exist, download the data and put them into the local file ```{r} data_file = "syndrome-grippal.csv" if (!file.exists(data_file)) { -- 2.18.1