View source: R/common_kable_table.R
kable_table | R Documentation |
Create a kable table basen on chosen Rmarkdown format (latex or html). Special case if only one column in the input dataframe.
kable_table(table, format, ...)
table |
A data frame. |
format |
A string of the Rmarkdown format. Possible values "latex" or "html". Not tested with other values like "markdown", "pandoc", and "rst". |
... |
All other arguments that can be passed to the kable() function. |
A kable dataframe.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.