From 2e6d113df895db7f4606b62775fa7a3f0a33d48b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chr=C3=A9tien=20Valentin?= Date: Wed, 16 Sep 2026 13:27:48 +0200 Subject: [PATCH] =?UTF-8?q?erreur=20frappe=20download=20corrig=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 287d6a7..12d3fd1 100644 --- a/module3/exo1/analyse-syndrome-grippal.Rmd +++ b/module3/exo1/analyse-syndrome-grippal.Rmd @@ -32,7 +32,7 @@ Pour nous protéger contre une éventuelle disparition ou modification du serveu data_file = "syndrome-grippal.csv" if(!file.exists(data_file)) { - donwload.file(data_url, data_file, method = "auto") + download.file(data_url, data_file, method = "auto") } ``` -- 2.18.1