diff --git a/module3/exo3/exercice_fr.Rmd b/module3/exo3/exercice_fr.Rmd index f266a7f619e27c0c7e89aa54151df503a3e518db..4ce89665c41ad55bdbbd4f1c54de561b32867b92 100644 --- a/module3/exo3/exercice_fr.Rmd +++ b/module3/exo3/exercice_fr.Rmd @@ -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