Update exercice_fr.Rmd

parent 9cd34298
......@@ -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)
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment