Add ColCount to upper level header in table #921
Answered
by
Melkiades
Vatsal9195
asked this question in
Q&A
-
How can i add col count to upper level of header in table for below table as with add_colcounts() it adds only at last level Appreciate the help, |
Beta Was this translation helpful? Give feedback.
Answered by
Melkiades
Aug 28, 2024
Replies: 2 comments 4 replies
-
when you split the column you can add lyt <- basic_table() %>%
split_cols_by("ACTARM", show_colcounts = TRUE) %>%
...
|
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
Vatsal9195
-
hi @Vatsal9195 and @Melkiades , could you guys move this question and answers to the StackOverflow, with the nest-rtables tag please. Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when you split the column you can add
show_colcounts = TRUE