Professional EKIO branding and styling for gt table objects.
Usage
gt_theme_ekio(
data,
table_width = "100%",
font_size = 14,
stripe = TRUE,
add_footer = 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)
Logical. Add automatic EKIO footer (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.