The content of this file is:
In the .md file, R code is highlighted, and code can be included inline with backticks, as in sum(1:10)
. However, this is not an .Rmd file, and the code will not be executed by knitr.
# Some example code
x <- 12
x + 1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.