Format a table for publication using LaTeX or html
table_1_presentation(
df,
caption = "",
label = "",
format = "latex",
html_font = "Arial"
)
A LaTeX-formatted table.
if (FALSE) { # \dontrun{
table_1_presentation(df, caption = "Demographic and Clinical Characteristics",
label = "table:demographics")
} # }