Skip to contents

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))

Arguments

row

numeric the row of the table

cols

numeric the columns of the row to consider

See also

Other border_functions: col_borders(), no_borders(), row_border(), single_border()