gt_ojo Function
gt_ojo.Rd
gt_ojo Function
Usage
gt_ojo(
data,
title = NA,
subtitle = NA,
font_size = 14,
font = "Roboto Mono",
format_cols = TRUE,
analyst_name = NA,
source = NA
)
Arguments
- data
A data frame to be converted into a gt table.
- title
Optional. A title for the table. Default is NA.
- subtitle
Optional. A subtitle for the table. Default is NA.
- font_size
The font size for the table. Default is 14.
- font
The font family to use. Default is Roboto mono
- format_cols
Should gt::fmt_auto() be applied to all cols?
- analyst_name
The name of the analyst to credit in the footnote
- source
The source / domain of the data