diff --git a/module3/exo1/analyse-syndrome-grippal.Rmd b/module3/exo1/analyse-syndrome-grippal.Rmd index 225d1c8ccf4bc5a1ad8abd7c87790d0aa494bec8..feb76e7b90ac2fce5053f765559dd64fb2854bb1 100644 --- a/module3/exo1/analyse-syndrome-grippal.Rmd +++ b/module3/exo1/analyse-syndrome-grippal.Rmd @@ -48,7 +48,8 @@ Si le fichier n'est pas présente dans le répertoire alors il est téléchargé data_nom = "incidence-PAY-3.csv" # Téléchargement du fichier s'il n'existe pas if(!file.exists(data_nom)) { - download.file(data_url, data_nom) + # préciser method = "auto" sinon une colonne NA est rajoutée + download.file(data_url, data_nom, method = "auto") } # Lecture du fichier