``` r
rbinom(3, size = 10, prob = 0.5)
#> [1] 6 4 4
```
<sup>Created on 2024-04-20 with [reprex v2.0.2](https://reprex.tidyverse.org)</sup>
``` r
x <- 1:4
y <- 2:5
x + y
#> [1] 3 5 7 9
```
<sup>Created on 2024-04-20 with [reprex v2.0.2](https://reprex.tidyverse.org)</sup>