Update exercice_fr.Rmd

parent cb0e66f3
......@@ -50,8 +50,7 @@ data = read.csv(data_file, sep = ";", header = TRUE)
Regardons ce que nous avons obtenu:
```{r}
head(data)
tail(data)
head(data, n = c(5,10))
```
# Modification de la table pour la création du graphe
......
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