From 4a247baab286dab9adb2b4a8db2733608831accd Mon Sep 17 00:00:00 2001 From: 84848da3cce8d6b635b2e7c1749f3f0a <84848da3cce8d6b635b2e7c1749f3f0a@app-learninglab.inria.fr> Date: Wed, 1 Apr 2020 09:17:10 +0000 Subject: [PATCH] Update analyse-syndrome-grippal.Rmd --- module3/exo1/analyse-syndrome-grippal.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module3/exo1/analyse-syndrome-grippal.Rmd b/module3/exo1/analyse-syndrome-grippal.Rmd index 771e78f..82f5e37 100644 --- a/module3/exo1/analyse-syndrome-grippal.Rmd +++ b/module3/exo1/analyse-syndrome-grippal.Rmd @@ -44,7 +44,7 @@ Voici l'explication des colonnes donnée sur le [sur le site d'origine](https:// La première ligne du fichier CSV est un commentaire, que nous ignorons en précisant `skip=1`. ### Téléchargement ```{r} -data = read.csv(data_url, skip=1) +data = read.csv("D:/MOOC Reproductibilité de la recherche/incidence-PAY-3.csv", skip=1) ``` Regardons ce que nous avons obtenu: -- 2.18.1