| format_indented_groups | R Documentation |
Transforms tables with Variable/Group columns into indented format where group levels appear as indented rows under variable names. Handles both regression and descriptive tables with appropriate p-value placement.
format_indented_groups(df, indent_string = " ")
df |
Data.table with Variable and Group columns. |
indent_string |
Character string to use for indentation. |
Data.table with Group column removed and levels indented under Variables.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.