Commit 2e6d113d authored by Chrétien Valentin's avatar Chrétien Valentin

erreur frappe download corrigée

parent 8fc8673e
......@@ -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")
}
```
......
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