This function creates a table in OMNI's style.
Usage
omni_table(
df,
option = "flextable",
grouped = NULL,
first_col_blue = TRUE,
caption = NULL
)
Arguments
- df
The data frame to be put into the table
- option
flextable (by default) or gt
- grouped
Only with option="flextable", use grouped output
- first_col_blue
Should the first column be blue. Default to TRUE
- caption
The caption of the table