Convert a tsg table to a gt object
tsg_to_gt(
data,
title = NULL,
subtitle = NULL,
source_note = NULL,
footnotes = NULL,
names_separator = "__",
facade = get_tsg_facade(which = "html")
)A gt_tbl object.
A tsg or data frame object.
Optional title string.
Optional subtitle string.
Optional source note string.
Optional character vector of footnotes.
Column name separator for spanners. Default "__".
A facade list for styling. Defaults to the global tsg facade.