Skip to contents

Embiggen parts of mdb table A noble spirit embiggens the smallest man

Usage

embiggen(gt_obj, tbl_size = 15, ftnote_size = 10, source_size = 10)

Arguments

gt_obj

gt object to be embiggened

tbl_size

font size for the core table

ftnote_size

font size for the footnotes

source_size

font size for the source notes

Value

a modified gt object

Examples

if (FALSE) {
# embiggen
mtcars %>% gt(groupname_col = "cyl") %>% embiggen(tbl_size = 15)

# de-embiggen
mtcars %>% gt(groupname_col = "cyl") %>% embiggen(tbl_size = 8)
}