diff --git a/module3/exo3/exercice_fr.Rmd b/module3/exo3/exercice_fr.Rmd index cdcb87bc228fff099c6fba748326481d43a07b49..df85ddd9d90b2112ff53c3ca038fe32e8d5eab39 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) ```