Skip to contents

Make all text larger Bold Agency names - used to increase stroke on row group label

Usage

bold_rowgroup(gt_obj, wt = 700)

Arguments

gt_obj

gt object pass through

wt

size (0-1000) of embiggening

Value

a modified gt object

Examples

if (FALSE) {
 mtcars %>% gt(groupname_col = "cyl") %>% bold_rowgroup(wt = 500)
 }