# NOT RUN {
t1 <-
trial %>%
fmt_table1() %>%
bold_labels()
knitr::kable(as_tibble(t1),
row.names = FALSE,
caption = "Table 1: Summary of Patient and Clinical Variables"
) %>%
kableExtra::kable_styling(
bootstrap_options = c("condensed"),
font_size = 11,
full_width = F
) %>%
kableExtra::add_indent(indent_key(t1))
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab