powered by
fmt_table1
The function assumes the DEFAULT headers are in use. Only modify header rows after Overall column has been added.
add_overall(x, last = FALSE)
object with class fmt_table1 from the fmt_table1 function
logical indicator to include overall column last. Default is FALSE
FALSE
# NOT RUN { trial %>% fmt_table1(by = "trt") %>% add_overall() # }
Run the code above in your browser using DataLab