From e9b10f492f7442915f05cd548618e90344838710 Mon Sep 17 00:00:00 2001 From: lkhamvongsa Date: Thu, 23 May 2024 13:41:35 +0200 Subject: [PATCH] Update 5.function.md --- content/language/r/tutorials/1.Preambule/5.function.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/language/r/tutorials/1.Preambule/5.function.md b/content/language/r/tutorials/1.Preambule/5.function.md index 726b5f8..ef59c92 100644 --- a/content/language/r/tutorials/1.Preambule/5.function.md +++ b/content/language/r/tutorials/1.Preambule/5.function.md @@ -34,7 +34,7 @@ bar <- 43 toto <- 56 tutu <- 23 var <- 7 -solution: | +solution : | abc <- 3 bla <- 1 foo <- 2 @@ -115,4 +115,4 @@ Cela peut conduire à des erreurs (l'ordinateur refuse d'effectuer l'opération ```r y <- c(2.567, 3.987, 4, 10.34566) round(2, y) -``` \ No newline at end of file +```