From 5c3d5e4f2c71317fec69ddb4c6fe48eda5df560a Mon Sep 17 00:00:00 2001 From: PedroMota <8e73402299863a5f32f1fd34b7d6687a@app-learninglab.inria.fr> Date: Tue, 19 Jan 2021 14:46:37 +0000 Subject: [PATCH] Update influenza-like-illness-analysis_en.Rmd --- Module 3/exo1/influenza-like-illness-analysis_en.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Module 3/exo1/influenza-like-illness-analysis_en.Rmd b/Module 3/exo1/influenza-like-illness-analysis_en.Rmd index 43a150b..a2d270a 100644 --- a/Module 3/exo1/influenza-like-illness-analysis_en.Rmd +++ b/Module 3/exo1/influenza-like-illness-analysis_en.Rmd @@ -14,7 +14,7 @@ setwd("~/ResearchReproductible") # Change working directory name data_file <- read.csv2("incidence-PAY-3.csv", skip = 1) ``` -If the code above has not worked, you can download it from the website ** Réseau Sentinelles**. Although the link below may no longer be available and data may have been modified. +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. ```{r} data_url = "http://www.sentiweb.fr/datasets/incidence-PAY-3.csv" -- 2.18.1