packrat/lib/x86_64-w64-mingw32/3.4.3/knitr/doc/docco-linear.R

## ----hello, results='asis'-----------------------------------------------
cat('_hello_ **markdown**!', '\n')

## ------------------------------------------------------------------------
1+1
10:1
rnorm(5)^2
strsplit('hello, markdown vignettes', '')

## ------------------------------------------------------------------------
n=300; set.seed(123)
par(mar=c(4,4,.1,.1))
plot(rnorm(n), rnorm(n), pch=21, cex=5*runif(n), col='white', bg='gray')

## ----header, eval=FALSE--------------------------------------------------
#  knit2html(..., markdown.HTML.template = system.file('misc', 'docco-template.html', package='knitr'))
UBC-MDS/Karl documentation built on May 22, 2019, 1:53 p.m.