| condense_table_rows | R Documentation |
Collapses multi-row variables into single rows for compact tables. Continuous variables show only the first statistic row, binary categorical variables show only the non-reference category, and survival variables show only the median row.
condense_table_rows(df, indent_groups = TRUE)
df |
Data.table with Variable and Group columns. |
indent_groups |
Logical whether indentation will be applied (affects processing). |
Data.table with condensed rows.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.