Learning Quarto

Baby Steps

Here, we see how to use Quarto.

2 + 2
[1] 4
a <- -5:5

b <- a+10

print(b)
 [1]  5  6  7  8  9 10 11 12 13 14 15

Isn’t that cool?