Zebra themed color
autoslider_format(
ft,
odd_header = "#0EAED5",
odd_body = "#EBF5FA",
even_header = "#0EAED5",
even_body = "#D0E4F2",
font_name = "arial",
body_font_size = 12,
header_font_size = 14
)
blue_format(ft, ...)
orange_format(ft, ...)
red_format(ft, ...)
purple_format(ft, ...)
autoslider_dose_format(ft, header_vals = names(ft))
white_format(ft, ...)
black_format(ft, ...)
flextable object
Hex color code, default to deep sky blue
Hex color code, default to alice blue
Hex color code, default to slate gray
Hex color code, default to slate gray
Font name, default to arial
Font size of the table content, default to 12
Font size of the table header, default to 14
arguments passed to program
Header
A flextable with applied theme.
autoslider_format()
: User defined color code and font size
blue_format()
: Blue color theme
orange_format()
: Orange color theme
red_format()
: Red color theme
purple_format()
: Purple color theme
autoslider_dose_format()
: `AutoslideR` dose formats
white_format()
: White color theme
black_format()
: Black color theme