diff --git a/Module 3/exo1/influenza-like-illness-analysis_en.Rmd b/Module 3/exo1/influenza-like-illness-analysis_en.Rmd index a2d270a4efb049e0a4ec83374d34ff442ab5e1c8..648860ad7dfba8011c35bb3f2cc34ba27e04e310 100644 --- a/Module 3/exo1/influenza-like-illness-analysis_en.Rmd +++ b/Module 3/exo1/influenza-like-illness-analysis_en.Rmd @@ -13,6 +13,13 @@ knitr::opts_chunk$set(echo = TRUE) setwd("~/ResearchReproductible") # Change working directory name data_file <- read.csv2("incidence-PAY-3.csv", skip = 1) ``` + +```{r} +data_file = "syndrome-grippal.csv" +if (!file.exists(data_file)) { + download.file(data_url, data_file, method="auto") +} +``` If the code above has not worked, you can access it directly from the website ** Réseau Sentinelles**. Although the link below may expire and data may have been modified.