knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(Myfoofactors)

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])


chriszheng2016/Myfoofactors documentation built on May 8, 2020, 1:02 a.m.