Commit 486e0eb8 authored by Matthieu's avatar Matthieu

Add comment

parent 89ec16d9
...@@ -27,6 +27,7 @@ data_url = "http://www.sentiweb.fr/datasets/incidence-PAY-3.csv" ...@@ -27,6 +27,7 @@ data_url = "http://www.sentiweb.fr/datasets/incidence-PAY-3.csv"
data_file = "Incidence_grippe.csv" data_file = "Incidence_grippe.csv"
# We will download the dataset only if a local copy does not exist yet
if (!file.exists(data_file)) { if (!file.exists(data_file)) {
download.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