rub_style_flextable | R Documentation |
Applies RUB theme to flextable object
rub_style_flextable(table, font = "RUB Scala TZ", font_size = 9, zebra = NULL)
table |
Flextable object |
font |
Font for the Flextable theme, defaults to RUB Scala TZ |
font_size |
Font size, defaults to 9 |
zebra |
Optional character, one of c("even", "odd"). Applies coloring to all even or odd rows, respectively. |
Styled Flextable object
table_mtcars <- flextable::flextable(mtcars) rub_style_flextable(table_mtcars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.