From ac2d70546205e18d7b623d0065fae7ec03a10f1c Mon Sep 17 00:00:00 2001 From: 3a0afacf91c0cf56b72bd72775670cb7 <3a0afacf91c0cf56b72bd72775670cb7@app-learninglab.inria.fr> Date: Wed, 16 Feb 2022 15:50:01 +0000 Subject: [PATCH] Update analyse-syndrome-grippal.Rmd --- module3/exo1/analyse-syndrome-grippal.Rmd | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/module3/exo1/analyse-syndrome-grippal.Rmd b/module3/exo1/analyse-syndrome-grippal.Rmd index 771e78f..0786f87 100644 --- a/module3/exo1/analyse-syndrome-grippal.Rmd +++ b/module3/exo1/analyse-syndrome-grippal.Rmd @@ -18,6 +18,12 @@ header-includes: ```{r setup, include=FALSE} knitr::opts_chunk$set(echo = TRUE) ``` +```{r} +data_file = "syndrome-grippal.csv" +if (!file.exists(data_file)) { + download.file(data_url, data_file, method="auto") +} +``` ## Préparation des données -- 2.18.1