util_pretty_khead | R Documentation |
Util - Pretty Knitr Head
util_pretty_khead(tbl, nrows = 10, caption = NULL)
tbl |
a data.frame or tibble |
nrows |
the max number of rows to show |
caption |
The table caption. |
an html knitr table
util_pretty_khead(mtcars, nrows = 5, caption = "cars!")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.