This function adds column and row borders to a gt
table, creating a
grid-like appearance. It can optionally include borders for column and row
labels.
Arguments
- gt_object
A
gt
table object to modify.- color
A character string representing the color of the borders (default is
"black"
).- weight
A numeric value specifying the thickness of the borders in pixels (default is
1
).- include_labels
Logical. Whether to include borders around row and column labels (default is
FALSE
).