Skip to content

Commit

Permalink
Update 5.function.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lkhamvongsa authored May 23, 2024
1 parent 9f350fe commit e9b10f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/language/r/tutorials/1.Preambule/5.function.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ bar <- 43
toto <- 56
tutu <- 23
var <- 7
solution: |
solution : |
abc <- 3
bla <- 1
foo <- 2
Expand Down Expand Up @@ -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)
```
```

0 comments on commit e9b10f4

Please sign in to comment.