From a654fb835b5c2fb2ed663b769c974d3025bf8063 Mon Sep 17 00:00:00 2001 From: abfcba3720ff600b63f9cbd2beae83dd Date: Fri, 28 Oct 2022 13:11:46 +0000 Subject: [PATCH] Update analyse-syndrome-grippal.Rmd --- module3/exo1/analyse-syndrome-grippal.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module3/exo1/analyse-syndrome-grippal.Rmd b/module3/exo1/analyse-syndrome-grippal.Rmd index c2ece06..267be2c 100644 --- a/module3/exo1/analyse-syndrome-grippal.Rmd +++ b/module3/exo1/analyse-syndrome-grippal.Rmd @@ -30,7 +30,7 @@ Pour nous protéger contre une éventuelle disparition ou modification du serveu ```{r} data_file = "syndrome-grippal.csv" if (!file.exists(data_file)) { -download.file(data_url, data_file, method="auto") + download.file(data_url, data_file, method="auto") } ``` -- 2.18.1