This is my first RMD.
# Example of a simple calculation 2+2
[1] 4
Now let’s try another chunk
#create variable z z <- 9 #create variable y y <- 18 #see it in action z * y
[1] 162
And it is ready to share!