powered by
This is a convenience function to set a border round the top, bottom, left and right of a group of cells.
set_outer_borders(ht, row, col, value)
A huxtable
A row specifier. See rowspecs for details.
rowspecs
A column specifier.
A numeric value for the border width. Set to 0 for no border.
The modified huxtable.
left_border, set_all_borders
left_border
set_all_borders
# NOT RUN { ht <- huxtable(a = 1:3, b = 1:3) set_outer_borders(ht, 1) set_outer_borders(ht, 2:3, 1:2, 1) # }
Run the code above in your browser using DataLab