Description Usage Arguments Value Examples
Title
1 |
x |
a HTML table with <thead> header tags |
the same HTML table but without the header part
1 2 3 4 5 6 | library(knitr)
tab <- kable(iris, format = "html")
tab
#Removing header
remove_header(tab)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.