Update 3 analyse-syndrome-grippal.Rmd

parent 55afaad2
...@@ -56,7 +56,7 @@ if (! file.exists(data_file)){ ...@@ -56,7 +56,7 @@ if (! file.exists(data_file)){
download.file(data_url, 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: Regardons ce que nous avons obtenu:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment