From ecf3297ebbbaafc25934883885ede5eda2ced73b Mon Sep 17 00:00:00 2001 From: abfcba3720ff600b63f9cbd2beae83dd Date: Wed, 30 Nov 2022 21:39:31 +0000 Subject: [PATCH] Update exercice_fr.Rmd --- module3/exo3/exercice_fr.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module3/exo3/exercice_fr.Rmd b/module3/exo3/exercice_fr.Rmd index cdcb87b..df85ddd 100644 --- a/module3/exo3/exercice_fr.Rmd +++ b/module3/exo3/exercice_fr.Rmd @@ -12,7 +12,7 @@ output: html_document ```{r} -a<-read.csv(file='/Users/camille/Downloads/Subject6_smoking.csv',header=TRUE,sep=',') +a<-read.csv(file='https://app-learninglab.inria.fr/moocrr/gitlab/abfcba3720ff600b63f9cbd2beae83dd/mooc-rr/blob/master/module3/exo3/Subject6_smoking.csv',header=TRUE,sep=',') head(a) ``` -- 2.18.1