You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "**SDD I Module 2** Familiarisation avec R en utilisant une étude sur l'obésité."
5
5
tutorial:
6
6
id: "A02Lb_progression"
7
-
version: 2.1.1/10
7
+
version: 2.1.2/10
8
8
output:
9
9
learnr::tutorial:
10
10
progressive: true
@@ -516,10 +516,10 @@ bio_100 <- mutate(bio_100,
516
516
bmi >= 30 ~ "obese"
517
517
))
518
518
# Afficher le tableau
519
-
bio_100
519
+
head(bio_100)
520
520
```
521
521
522
-
Ajoutez une nouvelle variable `bmi_cat` au jeu de données `biometry` en complétant les informations manquantes.
522
+
Ajoutez une nouvelle variable `bmi_cat` au jeu de données `biometry` en complétant les informations manquantes. Affichez les premières lignes du tableau avec la fonction `head()`
0 commit comments