R Markdown

First Header Second Header
Content Cell Content Cell
Content Cell Content Cell
x<-10+5
sprintf("This is %s", x)
## [1] "This is 15"

Include Plots In Your Markdown

Note that the echo = FALSE parameter was added to the code chunk to prevent printing of the R code that generated the plot.