Description Usage Arguments Value
View source: R/kable_function.R
A convenient method to add kable into a RMarkdown document
1 | addKable_html(data_frame, all_before = FALSE, var.width = 50, caption = NULL)
|
data_frame |
a data.frame, containing the data to add |
all_before |
a boolean vector of length one, indicatig if all column must be before strata column. Default to FALSE |
var.width |
a numeric vector of length one, containing the witdh of the variable column |
caption |
a character vector of length one, containing the caption of the table |
a knitr::kable
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.