Adds borders under cells in a row, excluding the first column.
Source:R/add_bottom_borders.R
spanning_borders.Rd
Adds borders under cells that are not empty in a given row, omitting the first column of the row. The borders do not touch each other - they are separate.
Usage
spanning_borders(row, cols = c(-1))
See also
Other border_functions:
col_borders()
,
no_borders()
,
row_border()
,
single_border()