knitr::opts_chunk$set(echo = TRUE)
This is a paragraph. Text can be bold, italic, or both. You can include links like so, https://github.com/shunsambongi/wordpress, or with alternate text like so, Github. Inline code looks like this data.frame(x = 1:10, y = 1:10)
.
Multiple paragraphs will become multiple blocks.
Code chunks look like this:
summary(cars)
You can also embed plots, for example:
plot(pressure)
This is a quote
It has multiple paragraphs Or something
Nested block quotes are not allowed and are removed :(
-- Shun
unordered
this
No caption
knitr::kable(head(iris))
With caption
knitr::kable(head(iris), caption = "iris")
Manually with caption
One | Two --- | --- 1 | 2 Table: test
One | Two --- | --- 1 | 2
Table: test
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.