From 4eabc91829a2b69151870ba060cd177d33649768 Mon Sep 17 00:00:00 2001 From: 06fc6c1f57ec5ec50b0e9dacf56cc6d8 <06fc6c1f57ec5ec50b0e9dacf56cc6d8@app-learninglab.inria.fr> Date: Tue, 11 Jun 2024 09:45:40 +0000 Subject: [PATCH] Update exercice_fr.Rmd --- module3/exo3/exercice_fr.Rmd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/module3/exo3/exercice_fr.Rmd b/module3/exo3/exercice_fr.Rmd index f266a7f..4ce8966 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 -- 2.18.1