diff --git a/module3/exo1/analyse-syndrome-grippal.Rmd b/module3/exo1/analyse-syndrome-grippal.Rmd index 287d6a79363049abb6afb328efe0c9648b0e8c6f..12d3fd18c96d15e7a9c4358de872c7c0e032cd87 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") } ```