gt_measures | R Documentation |
Create a table of effect measures with their CI.
gt_measures(df, digits = 3, title = "Title", subtitle = "Subtitle")
df |
Dataframe of measures. |
digits |
Integer, number of digits to the right of the decimal. |
title |
The title of the table. |
subtitle |
Subtitle of the table. |
The table will have 3 columns. The measure name, the estimates and the confidence interval.
A gt_tbl
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.