From eeea88c860ea9d5bb3a53bb5c02827446744fdb2 Mon Sep 17 00:00:00 2001 From: da377e3b0960a14b082c0f46b9a54abd Date: Tue, 13 Jun 2023 15:15:27 +0000 Subject: [PATCH] Update exo5_fr.Rmd --- module2/exo5/exo5_fr.Rmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module2/exo5/exo5_fr.Rmd b/module2/exo5/exo5_fr.Rmd index 60ef1a0..f5ba123 100644 --- a/module2/exo5/exo5_fr.Rmd +++ b/module2/exo5/exo5_fr.Rmd @@ -28,6 +28,8 @@ Nous commençons donc par charger ces données: ```{r} data = read.csv("shuttle.csv",header=T) data +str(data) +class(data) ``` Le jeu de données nous indique la date de l'essai, le nombre de joints -- 2.18.1