View source: R/tableby_to_kable.R
tableby_to_kable | R Documentation |
Create a funnel plot from a dataframe containing at least two columns (i.e numerator and denominator) It is currently working only with binary outcome, continuous outcomes will be supported in future
tableby_to_kable(tableby, label_translation, caption, ref_label)
tableby |
tableby object |
label_translation |
A named list (or vector) where the name is the label in the output to be replaced in the pretty rendering by the character string value for the named element of the list, e.g., list(age = "Age(Years)", meansd = "Mean(SD)") |
caption |
Title/caption for the table, defaulting to NULL (no title). |
ref_label |
The table reference label |
a kable object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.