From 8686241a1910e8fb895fd326c57923563192e063 Mon Sep 17 00:00:00 2001 From: ASSOGBAVI Komlan Dodji Date: Tue, 23 Feb 2021 09:29:05 +0000 Subject: [PATCH] corrections en cours --- 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 5167ab5..4fc9ff7 100644 --- a/module3/exo1/analyse-syndrome-grippal.Rmd +++ b/module3/exo1/analyse-syndrome-grippal.Rmd @@ -31,7 +31,7 @@ Nous allons faire une sauvegarde locale des données afin de les conserver et d' ```{r} data_file = "syndrome-grippal.csv" -if (!file.exists(data_file)) { +if (!file.exists(data_file)) { download.file(data_url, data_file, method="auto") } ``` -- 2.18.1