knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(Myfoofactors)
Item 2
It's possible to put multiple paragraphs of text in a list item.
But to do that, the second and subsequent paragraphs must be indented by four or more spaces. It looks better if the first bullet is also indented.
Item 1
Items are numbered automatically, even though they all start with 1.
Item 1.
Definition : a statement of the exact meaning of a word, especially in a dictionary. List : a number of connected items or names written or printed consecutively, typically one below the other. : barriers enclosing an area for a jousting tournament.
italic or italic
bold or bold
link text
http://this-is-a-raw-url.com
| Right | Left | Default | Center | |------:|:-----|---------|:------:| | 12 | 12 | 12 | 12 | | 123 | 123 | 123 | 123 | | 1 | 1 | 1 | 1 |
# A comment add <- function(a, b) a + b
int add(int a, int b) { return a + b; }
# Add two numbers together add <- function(a, b) a + b add(10, 20)
pander::pandoc.table(iris[1:3, 1:4])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.