My Big Title

This is my analysis

I’m going to multiply 2 numbers

a <- 15
b <- 2
c <- a * b
print (c)
## [1] 30

Yay, my answer was 10

Let’s do a plot

plot(cars)