Enclose selected rows with lines above and below:
rs_enclose_all_with_lines()
- all selected rows;
rs_enclose_first_row_with_lines()
- the first selected row only.
rs_enclose_all_with_lines(above = NA, below = NA)rs_enclose_first_row_with_lines(above = NA, below = NA)
(character) Text to be inserted in the row above the selection.
(character) Text to be inserted in the row below the selection (or the first row).