Update exercice_fr.Rmd

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