An alternative EKIO styling for gt table objects. It keeps the blue column label band, replaces filled group bands with Baltic Blue rules above unfilled group headings, and renders body numerals with tabular figures. No footer is added.
Usage
gt_theme_ekio_alt(
data,
table_width = "100%",
font_size = 14,
stripe = TRUE,
font_title = NULL,
font_body = NULL,
font_numeric = NULL,
font_labels = NULL
)Arguments
- data
A gt table object
- table_width
Character. Width of the table (default: "100%")
- font_size
Numeric. Base font size in pixels (default: 14)
- stripe
Logical. Apply alternating row striping (default: TRUE)
- font_title, font_body, font_numeric, font_labels
A font family or registry key (
lora,lato,georgia,roboto_slab,fira_code,host_grotesk).NULLuses the correspondingekiotable.font_<role>option. Title and body then useekioplot.font_titleandekioplot.font_text, respectively, before falling back to Lora and Lato. Numeric and label fonts inherit the resolved body font unless explicitly set or configured through their role option. Fonts must be available to the renderer; this function does not install them.