Résultat attendu :

a <- 5 
a
b <- 4
b
a + b     
a * b
c <- a + 3 * b
c
ls()
a <- 10
c
t <- 'texte'
t
paste(a, t)
help(paste)
A <- 15  
B <- 12
rm(A, B)


MTES-MCT/parcours_r_exercices documentation built on Dec. 3, 2024, 1:29 p.m.