DACSS601 HW1-RMD-FB

Felix Betancourt
2022-06-03

My Code

This is my first RMD.

# Example of a simple calculation
2+2
[1] 4

Another code example

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!