| First Header | Second Header |
|---|---|
| Content Cell | Content Cell |
| Content Cell | Content Cell |
x<-10+5
sprintf("This is %s", x)
## [1] "This is 15"
Note that the echo = FALSE parameter was added to the code chunk to prevent printing of the R code that generated the plot.