kb_utls | R Documentation |
utility for kableExtra
kb_utls(x, kb_opt, ext_opt)
x |
vector, matrix, data.frame |
kb_opt |
list, options for knitr::kable, default = list(format = 'html', align = 'c', row.names = F) |
ext_opt |
list, options for kableExtra::kable_styling default = list(bootstrap_options = 'striped', full_width = F, position = 'float_left') |
## Not run: # default parameter kb_utls(head(iris)) # additional options of 'kable' and 'kable_styling' kb_utls(head(iris), list(caption = 'iris', align = 'c'), list(bootstrap_options = 'hover')) # no use kable_styling kb_utls(head(iris), list(format = "pandoc", caption = "iris"), NULL) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.