0byt3m1n1
Path:
C:
/
Program Files
/
R
/
R-4.2.2
/
library
/
knitr
/
doc
/
[
Home
]
File: 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')