diff --git a/module3/exo1/analyse-syndrome-grippal.Rmd b/module3/exo1/analyse-syndrome-grippal.Rmd index 1e5897caddbb85dfe3f9b799786b6dd7e0ede1dc..0a8437a778d703b1874fe0ce36214f71f7e66a11 100644 --- a/module3/exo1/analyse-syndrome-grippal.Rmd +++ b/module3/exo1/analyse-syndrome-grippal.Rmd @@ -56,7 +56,7 @@ if (! file.exists(data_file)){ download.file(data_url, data_file) } -data = read.csv(data_url, skip=1) +data = read.csv(data_file, skip=1) ``` Regardons ce que nous avons obtenu: