View source: R/fmt_covid_table.R
fmt_covid_table | R Documentation |
fmt_covid_table()
standardizes styling for flextable
and gt_tbl
objects
fmt_covid_table(
table,
total = FALSE,
align_label = c("left", "center", "right"),
color = "midnightblue"
)
## S3 method for class 'flextable'
fmt_covid_table(
table,
total = FALSE,
align_label = c("left", "center", "right"),
color = "midnightblue"
)
## S3 method for class 'gt_tbl'
fmt_covid_table(
table,
total = FALSE,
align_label = c("left", "center", "right"),
color = "midnightblue"
)
table |
A |
total |
Does the table contain a "Total" row at the bottom? |
align_label |
Alignment for left-most column (labels, by convention) |
A flextable
or gt_tbl
with modified styling
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.