Commit 25a95ee7 authored by Sophie Drogue's avatar Sophie Drogue

modif exo1

parent 2c789534
......@@ -46,6 +46,11 @@ La première ligne du fichier CSV est un commentaire, que nous ignorons en préc
```{r}
data = read.csv(data_url, skip=1)
```
```{r}
write.csv(data, "data.csv")
```
Regardons ce que nous avons obtenu:
```{r}
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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