I am making my demographics table using gtsummary. I want the confidence interval in my table to appear between [] not (). For example 9.0 (8.0, 13.0) to 9.0 [8.0, 13.0]
I appreciate your help
library(gtsummary) tbl_summary(data, by=severe_aki, missing='no')
