From 546c2c4f0feb2e20a67b71a3c56d716655e36c91 Mon Sep 17 00:00:00 2001 From: 8faa2e921604ca9960bbf59fae1d5725 <8faa2e921604ca9960bbf59fae1d5725@app-learninglab.inria.fr> Date: Wed, 24 Feb 2021 09:05:50 +0000 Subject: [PATCH] Update influenza-like-illness-analysis_en.Rmd --- Module 3/exo1/influenza-like-illness-analysis_en.Rmd | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Module 3/exo1/influenza-like-illness-analysis_en.Rmd b/Module 3/exo1/influenza-like-illness-analysis_en.Rmd index a2d270a..648860a 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. -- 2.18.1