packrat/lib/x86_64-pc-linux-gnu/3.2.3/knitr/doc/datatables.R

## ----cool, results='asis'------------------------------------------------
library(knitr)
kable(mtcars, 'html', table.attr='id="mtcars_table"')

## ------------------------------------------------------------------------
options(markdown.HTML.header = system.file('misc', 'datatables.html', package = 'knitr'))

## ----boring, results='asis'----------------------------------------------
kable(head(mtcars), 'html')
etsakl/DasyMapR documentation built on May 16, 2019, 9:07 a.m.