Commit 1425626d authored by Christine Chambaz's avatar Christine Chambaz

depot dans fichier local

parent 020e4650
......@@ -47,6 +47,13 @@ La première ligne du fichier CSV est un commentaire, que nous ignorons en préc
data = read.csv(data_url, skip=1)
```
### Dépôt dans fichier local
```{r}
setwd("D:/Utilisateurs/Christine/Documents/maison/travail/MOOC_reproductibilite/mooc-rr/module3")
write.table(data, "data.csv")
```
Regardons ce que nous avons obtenu:
```{r}
head(data)
......
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