| set_all_border_colors {huxtable} | R Documentation |
This is a convenience function which sets left, right, top and bottom border colors for the specified cells.
set_all_border_colors(ht, row, col, value, byrow = FALSE)
ht |
A huxtable. |
row |
A row specifier. See |
col |
An optional column specifier. |
value |
A vector or matrix of colors. Set to |
byrow |
If |
The modified huxtable.
ht <- huxtable(a = 1:3, b = 1:3) ht <- set_all_border_colors(ht, 'red')